Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4
2020.3
2020.3.11f1
2021.1
2021.2
2022.1
Issue ID
1347349
Regression
No
Cannot pass ModelInspector's type when calling Editor.CreateCachedEditor due to its protection level (internal)
How to reproduce:
1. Create a new project with the default 3D template
2. Create an empty script
3. Inherit the 'Editor' class
4. Write a call for 'Editor.CreateCachedEditor' with parameter 'typeof(ModelInspector)'
5. Inspect the Console window
Expected result: ModelInspector Editor can be used with CreateCachedEditor
Actual result: Class is internal and cannot be used with CreateCachedEditor
Reproducible with: 2019.4.29f1, 2020.3.16f1, 2021.1.17f1, 2021.2.0b7, 2022.1.0a5
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Add comment