- Home /
Question by
YoshieMaster · Dec 19, 2010 at 07:16 AM ·
editor-scriptingpluginroadlevel-editor
Simple Plugin Creation
Hey, I was looking to make a simple road maker plugin. Assuming I have prefabs for the road segments and can script the builder myself, how could I make the script run in edit mode? How do you make a plugin? Apparently you can use C#, can you use JavaScript as well?
Thankyou!
Comment
Best Answer
Answer by Eric5h5 · Dec 19, 2010 at 08:48 AM
Read the section in the docs about editor scripts: http://unity3d.com/support/documentation/Components/gui-ExtendingEditor.html
Your answer
Follow this Question
Related Questions
Why cant I see the names of my Scripts? 2 Answers
Is it possible to have editor-only native plugins? 0 Answers
Expanding the GUI 1 Answer
Road maker 0 Answers
Mark scenes as 'in modification' or as 'modified' or make a scene unselectable? 0 Answers