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
- [Linux] Top left corner of the screen is unresponsive when the Editor recompiles
- [Android] [Vulkan] Cubes stuck on the first few frames of rotation and application flickering when an Overlay Camera is added to the Camera Stack with MSAA enabled
- Profiling information icon does not update for Light Mode
- [Linux] Type to select functionality is missing for drop down menus
- TextMeshPro calculates Width Compression incorrectly when using certain values in the WD% field
Add comment