Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0a1
2018.3.0b7
Issue ID
1093688
Regression
Yes
[Editor] GUI errors occur on opening the scene when 2 light components are attached to a game object
GUI errors occur on opening the scene when 2 light components are attached to a game object
Steps to Repro:
1. Open attached project
2. Open "Sample" scene
3. Check console
Actual result:
1. GUI errors appear in the console
2. Errors appear every time scene is opened
Note:
1. In 2018.3 It's not allowed to add 2 light components on a game object
2. This occurs when an older project was updated to 2018.3
3. Project used
https://assetstore.unity.com/packages/templates/tutorials/mecanim-gdc2013-sample-project-9896
Occurring with:
2019.1.0a6, 2018.3.0b7, 2018.3.0a1
Working with:
2018.2.11f1
Environment:
Windows and Mac
Stack Trace:
Error 1:
The system is not interested in this transform, SetSystemInterested may only be called on transforms that are set interested.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Error 2:
The system is already interested in this transform, SetSystemInterested may only be called once.
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Error 3:
If the system is getting enabled, then it can't have any previous changes registered
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Resolution Note:
The animation package which exposed this issue has been fixed.
As for correcting the cryptic error itself no consensus has emerged and it doesn't look bad enough to raise the priority.
Also note that it's not normally possible to add 2 light components to a game object since it's disallowed in the UI.