Programming for Unity

Hi, I would like to program a custom tool for use with Unity. I would like my custom tool to be an add-on inside the Unity interface - much like a package, but this would be a tool to assist in game development.

How is that done? Is it simply a package that I would then add to Unity? Is it some other sort of code package that I would add to my interface?

Does anyone have a simple tutorial of how to program a tool for the Unity interface?

Thank you,
Calixto

1 Answer

1

A few links:

http://docs.unity3d.com/Documentation/Components/ExtendingTheEditor.html

http://www.youtube.com/watch?v=WlGwBmM-dfA

http://dev.tutsplus.com/tutorials/how-to-add-your-own-tools-to-unitys-editor–active-10047

Hi Robertbu, thank you very much for the links. This is exactly what I needed. - Much appreciated!!! Calixto

accept it as correct answer if this has helped you.

Flamy, I'm not sure how to do that other than clicking on the green checkmark. I'm rather new to Unity Answers, so there may be a way I don't know about. Let me know if there is.