Search Issue Tracker
Third Party Issue
Votes
2
Found in [Package]
1.3.8 - Entities
Issue ID
ECSB-1472
Regression
No
Error "MissingFieldException: Field not found: UnityEditor.EditorGUI/RecycledTextEditor" when serializing in subscene
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/Main.unity” Scene
3. In Hierarchy, click the child GameObject of UnManaged subscene
4. Observe the Console
Expected result: No Errors exist
Actual result: Error “MissingFieldException: Field not found: UnityEditor.EditorGUI/RecycledTextEditor UnityEditor.EditorGUI.s_RecycledEditor Due to: Could not find field in class“ is present
Reproducible with: 1.2.0 (6000.0.33f1), 1.3.8 (6000.0.33f1)
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Note:
- Speed parameter in Enemy Mover Authoring is not present
Comments (1)
-
rafael_marteleto_tp
Jan 15, 2025 16:40
Same happens in Unity 6 (6000.30.0f)
My plugin is trying to fetch it through
`FieldInfo info = typeof(EditorGUI).GetField("s_RecycledEditor", BindingFlags.NonPublic | BindingFlags.Static);`
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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
Resolution Note:
The issue is not related to Entities and is most likely caused by incompatibility between Odin Inspector and Unity 6. The solution would be to update the Odin Inspector.