Search Issue Tracker
By Design
Votes
0
Found in
2020.2.0a14
Issue ID
1254250
Regression
No
[Shader] Shader live link build only one shader variant
-Shader live link build only one shader variant.
-Two shader variant works in the editor.
Steps to repro:
1. Open the attached project > Sample Scene.
2. File > Build Settings > Player Settings > Other Settings.
3. Optimization > Enable "Keep Loaded Shaders Alive".
4. File > Build Settings > Select PC, Mac & Linux Standalone.
5. Enable Development Build > Build & Run.
Actual Result:
Only one cube changes its colour.
Expected Result:
Both cubes change colour over time.
Reproducible in:
2020.2.0a14
Tested on:
-Windows Standalone player.
-WebGL player.
-Universal Windows Platform player.
-Android Player.
-iOS player.
Tested on Android Device:
-Samsung Galaxy Note 9, OS: Android 10, GPU: Mali-G72.
-OnePlus 3, OS: Android 9, GPU: Adreno 530.
Tested on iOS Device:
-iPhone 7, OS: 13.1.2.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note (2020.2.X):
Shader live link has to be enabled using a custom build script.