Save script to file - bug?
-
I'm working with the most current scriptnode commit from 11 days ago.
When I'm finished editing an external script in the script editor, I usually right click and select "save script to file" to save the work I've done.
Instead of saving the current script that I'm editing, it saves the Main script to the file.Can anyone else confirm?
-
If the script is already in an external file and you are using the
include
command to bring it into your project then you don't need to worry about saving it separately. It will be saved each time you compile. -
@dustbro i had the same issue here , compile did not save to external file
-
@sakorada Was it an external script that you were importing using the
include
command? -
@d-healey Yes, but it work now :D
i found the problem , i have to hit compile in external editor to make it work .
before i did hit compile on main script instead