Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.0.62f1
6000.2.13f1
6000.3.0f1
6000.4.0a5
6000.5.0a1
6000.6.0a1
Issue ID
UUM-127183
Regression
No
Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
Steps to reproduce:
1. Create new Unity project
2. Open Lighting window (Window > Rendering > Lighting)
3. Press on Environment tab
4. Change Environment Reflections > Source to Custom
5. In Cubemap change None (Texture) to “Default-Particle”
6. Observe the Console window
Actual results: Error is thrown in the Console window: “RenderSettings customReflection texture has invalid type, 2D given while only CUBE is supported. Custom reflection texture will not be used
UnityEngine.UIElements.EventDispatchUtilities:HandleEvent_BubbleUpHandleEvent (UnityEngine.UIElements.EventBase,UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.VisualElement,bool) (at /Users/bokken/build/output/unity/unity/Mod”
Expected results: Invalid type texture should not be allowed to be selected, no errors are thrown in the Console window
Reproducible with versions: 6000.0.62f1, 6000.2.13f1, 6000.3.0f1, 6000.4.0a5, 6000.5.0a1
Tested on (OS): Ubuntu 24.04, macOS Tahoe 26.0 (M1)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on CallWindowProcW when entering Play mode for the second time and running the Editor in the background while using System.Windows.Forms functions
- 2D Freeform Light shadows disappear when light center is offset from shape bounds
- Crash on MarkAllDependencies when opening scenes with Assets from the YarnSpinner package
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
Add comment