Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2018.2.0b2
2019.2.0b3
Issue ID
1156727
Regression
Yes
[Lighting] Infinite error loop after assigning 2D texture to custom cubemap property of reflection probe
Steps To Reproduce:
1. Create a new Project
2. Hierarchy > Light > Reflection Probe
3. Select Reflection Probe in hierarchy to view in the inspector
4. Change the Type to Custom
5. Click on the select button of cubemap texture and select the texture that appears by default
Expected Result: An error or preferrably a warning, clearly stating that a 2D texture could not be assigned to the reflection probe cubemap is shown. The errors or warnings are not shown in an neverending loop.
Observed Result: Errors is intfinitely thrown in the console
Stack Trace: Error assigning 2D texture to CUBE texture property '_MainTex': Dimensions must match
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Reproducible On: 2019.3.0a3, 2019.2.0b3
Not Reproducible On: 2019.2.0b2
Environment: Win and Mac
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “ArgumentOutOfRangeException” error appears when inserting a double character if using “SetValueWithoutNotify” on UI Toolkit’s TextField
- Particle System emission delays between particle generations when playing the simulation
- EditorUtility.DisplayDialog is not shown when Input.GetMouseButtonDown is called a second time
- Animator Enum Properties get set to 0 instead of the value specified in the Scene when the Property is animated by a State that is not playing
- [iOS] Background thread runs a few times slower when “application.targetFrameRate“ is set to 30 compared to 29 on some iOS devices
Add comment