Search Issue Tracker
By Design
Votes
2
Found in
2022.3.58f1
6000.0.39f1
6000.1.0b7
6000.2.0a4
6000.3.0a1
Issue ID
UUM-98375
Regression
No
Shader transparency, discard, and clip are not working when using the Player
Reproduction steps:
1. Open the attached “IN-95148_Shader_Test.zip“ project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Enter the Play Mode
4. Hover over the red cubes and observe the behavior
5. Build And Run the project (File > Build And Run)
6. Hover over the red cubes and observe the behavior
Expected result: Inside the Player, the cubes start disappearing when the sphere is next to them
Actual result: Inside the Player, the cubes are still present, only opacity is changed
Reproducible with: 2022.3.58f1, 6000.0.39f1, 6000.1.0b7, 6000.2.0a4
Reproducible on: Windows 11 (User’s platform), M1 Max MacOS 15.1.1 (Tested by CQA)
Not reproducible on: No other environment tested
Note:
- The issue is only reproducible in the Player
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
When creating a CustomPass using ShaderGraph, setting the entry point to BeforeRendering prevents proper keyword evaluation.
I resolved this issue by providing users with various suggestions on how to fix it.