I’m building a custom editor. I need to save an instance one of the base classes enums as a variable within the editor class. The traditional way of doing this (using BaseClass) doesn’t work in Unity because of its restrictions on custom usings. What is the best way to do this?
Thanks!