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
- “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
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.