Closed bartlomiejwolk closed 9 years ago
Sure, just inherit BetterBehaviourEditor. If you need to do something extra in the editor gui, don't override OnInspectorGUI, instead override OnGUI, if you want the base gui, call base.OnGUI. If you just need OnSceneGUI stuff you don't need to mess with anything just write your OnSceneGUI
thx :)
Can I use both VFW and have an editor class for the same script? Like when I need editor only for the OnSceneGUI() but I want to display values in the inspector with VFW.