- Home /
Unity Editor Tools Tutorial
Are there any good Unity Editor Tools Tutorials out there? How to extend the editor?
Answer by Bunny83 · Apr 16, 2011 at 06:11 PM
I don't really get what you want to know. Do you want tutorials how to use the Unity editor or how to write editor scripts?
If you plan to extend the editor i guess you won't find any tutorials on that. All you need is the scripting reference, google and some programming knowledge. I would recommend using C# since some of the editor classes are not or not well documented. Visual Studio have intelliSense that show you all existing classes including all public variables and functions.
Answer by ocimum · Oct 27, 2015 at 09:38 AM
The recourses on unity3d should point you in the right direction: http://docs.unity3d.com/Manual/ExtendingTheEditor.html
For further information have a look at these tutorials. The first link shows you many different Editor
scripts ready to use where you can use a lot of code for different things: