- Home /
Can you create plugins for the Unity Editor that can be distributed?
Hey guys,
Im looking to extend my Unity player to add in the functionality that connects with an outer service. Before I begin though i want to find out though whether it's worth my while. Is it possible to develop a plugin for the Editor? Can this plugin then be distrubted?
Cheers, Stephen
Comment
You can write something that extends the editor (though it has to be added to each project that uses it).
Wiki
Answer by create3dgames · Jun 19, 2013 at 06:20 PM
Of course it's possible. Just write up a script and place it in the Editor folder in your project.
Your answer
Follow this Question
Related Questions
Initialising List array for use in a custom Editor 1 Answer
Editor Window Views 0 Answers
Print to status bar. 0 Answers
SceneView.onSceneGUIDelegate GUI sorting problem 1 Answer
Lining up GUI 1 Answer