Designer Script Editing

In version 8.1.x I was able to modify script libraries in the designer and run my changes in the designer script console without having to save the project. In version 8.3 I must save the project before the designer script console can run the edited scripts. It was nice during development to not have to save the entire project for a small test edit to a script library. Was this a “feature” (bug) in 8.1 that was fixed in 8.3?

I do not have the same experience with 8.1. In my experience script library changes had to be saved to run the changes even through the script console.

Just gave it a test, and I had thought the same as you, but he’s right… no need to save. I just created a new def in a script file, and it ran from the console without a save…

interesting… I would not have expected the designer scope to have different definitions than the client scope