Search Issue Tracker
Active
Votes
0
Found in
6000.0.62f1
6000.2.13f1
6000.3.0f1
6000.4.0a5
6000.5.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
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Add comment