Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2019.1.0a1
2019.1.0f2
2019.2.0a1
2019.3.0a1
Issue ID
1164554
Regression
No
Private OnSceneGUI method is not called when using a base Editor type with the attribute editorForChildClasses
Reproduction:
1. Open attached project
2. Open SampleScene
3. Select GameObject B and show inspector/editor, move mouse over SceneView
4. Notice no log statements in the console
5. Select GameObject A, inspector, move mouse over SceneView
6. Notice log statements being logged
Reproducible with: 2017.4.29f1, 2018.4.3f1, 2019.1.8f1, 2019.2.0b6, 2019.3.0a7
Expected: OnSceneGUI should get called for both class setups.
Actual: OnSceneGUI is only called when marked as protected or public.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note (2019.3.X):
low priority and unlikely to be resolved for the moment.