- Home /
Custom script editor (good practices),
I've been working with Unity for a while and half of that time as full time dev. Since our team is very small and we usually have to rush deadlines, there is little to no time to create custom editor/controls for scripts. By that I mean components for editor which makes scripts more readable and editable in Editor mode. So my question is: "is there any good practice whenever to extend editor for custom scripts, like dropdowns or custom Labels for fields etc.?" My guess is that depends on script complexity, but where is the point to write one or ignore it. Is there any addon on assets store that solves this implementations? Ad.) Is it worth it to invest into Odin Inspector.
Thanks.,
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Unity editor GUI, how to prevent "passthrough"/"clickthrough" etc? 0 Answers
Is it possible to check which hand is grabbing and the controllers are grabbing the same object. 0 Answers
Get Mouse Events with EditorWindow 3 Answers
Getting GUI.skin in editor script changed entire Unity Editor GUI 1 Answer