Hi there,
I’d like to write a script that runs always, while the user is in the editor.
The water script uses [ExecuteInEditMode] and OnWillRenderObject(), but that only updates when a redraw is needed.
Any way to get continuous action going ?
I never used it, but the manual claims that each script instance with ExecuteInEditMode “has its Update, FixedUpdate, and OnGUI functions executed every frame while the Editor is running.”
Too bad, andeeee’s reply in this thread says that the Update() function is only called when the user navigates or manipulates.
So alas, no continuous action…