- Home /
Is it possible to run a script in the editor so it doesnt have to run it again the runtime????
Basicly the answer is in the title >..<
Comment
I'm not sure how to give you an answer, could you elaborate?
Answer by dannyskim · May 08, 2012 at 08:23 PM
If you're talking about making an editor script run without having to press Play, then you want to take a look at the following:
http://unity3d.com/support/documentation/ScriptReference/ExecuteInEditMode.html
Answer by pudd1nG · May 08, 2012 at 08:23 PM
Yes, pretty much the entire editor / inspector system is written in scripts like this. See here http://unity3d.com/support/documentation/Components/gui-ExtendingEditor.html for some examples.
Your answer
Follow this Question
Related Questions
Is Editor API for making plug-in? 1 Answer
scripts not working at runtime? 1 Answer
Where can I find the Uniscite editor? 1 Answer