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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment