How do I hook up editor extensions to Unity Editor start-up?
I want to create a simple editor extension. I consists of only of a few buttons in the Window tab via the [MenuAttribute(string itemName)]
. The buttons should be "check-able", representing boolean data. It works - that is not the problem. But how do I save that data on a per project basis (I could figure out a way, but maybe there is some pre built functionality for this) and more importantly: How do I set those values visually based on the saved data on editor start-up?
Your answer
Follow this Question
Related Questions
Process Terrain and Water in Editor? 0 Answers
why can't we set lighting parameter by script 0 Answers
I really need some help and it's frustrating 1 Answer
UI Text is not being rebuilt/updated in edit mode, when changing text from OnInspectorGUI 1 Answer
Score counting works in editor but not when I build it! 0 Answers