Search Issue Tracker
Fixed in 5.5.1
Votes
0
Found in
5.5.0f3
Issue ID
858593
Regression
Yes
Light Halo shader is not in the Graphics settings and cannot be set by code
To reproduce:
1. Open attached project in Unity 5.5
2. Open main.unity
3. Press play to run script "HaloEx.cs" which will set the shader to "Resources/Internal-Halo.shader" ( This is the same as the Internal-Halo shader from standard shaders, but is hard coded to return fixed4(1,0,0,1); as the final colour.
Actual: HaloEx.cs has no effect. Also notice in "Built-In shader settings" in Graphics settings, a new shader is added as "Motion Vectors"
Expected: Light Halo Shader should be set to Resources/Internal-Halo.shader
Reproducible: 5.5.0p1, 5.6.0a6
Not reproducible with 5.4.3p3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment