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
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
- “ReferenceError: Pointer_stringify is not defined” error is thrown when downloading a file
Add comment