- Home /
function Update in edit mode
How can I use a function update in scene view, not play mode? More specifically: To make an editor window, a static function has to be used. And you can't use an update with one of those. I can't just add @ExecuteInEditMode to the top, because this makes it work very very slowly. I want to make a scriptableWizard, but can't work out how to do it. So I need to work out how to all the function Update. If you want to look at the script, it's here.
Your answer
Follow this Question
Related Questions
Can someone help me fix my Javascript for Flickering Light? 6 Answers
Setting Scroll View Width GUILayout 1 Answer
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Problem with OSX/Unity during long bake series (bug? workaround?) 0 Answers
accessing a variable from one script in another with Unity 1 Answer