Search Issue Tracker
By Design
By Design in 6000.2.X
Votes
1
Found in
2021.3.44f1
2022.3.47f1
6000.0.21f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-82480
Regression
No
[Quest] Materials are not rendering in Player when "Single Pass Instanced \ Multi-View" is selected and "Surface Type" is set to "Transparent"
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Switch to Android Platform
4. Build and Run on Quest
5. Observe the explosion in Player
Expected result: All particles are rendered
Actual result: Some particles are not rendered compared to Play Mode
Reproducible with: 2021.3.44f1, 2022.3.47f1, 6000.0.21f1
Reproducible on:
VLNQA00379, Oculus (Quest 2), Android 10, CPU: Snapdragon XR2, GPU: Adreno (TM) 650
Quest 3 (user reported)
Windows Standalone Player + Quest 2
Play Mode
Testing environment: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- Reproducible with Vulkan and OpenGLES3
- Reproducible with OpenXR and Oculus XR when “Single Pass Instanced \ Multi-View” is selected, but does not reproduce if “Multi-Pass” is selected
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
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
Resolution Note:
After the investigation, we decide to close this case as "by-design"
Soft particles used in the project requires depth texture data as documented in this page(https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@13.1/manual/particles-lit-shader.html)
However, the pipeline asset used in the project did not enable the depth texture
Confirmed locally that enabling depth texture fixed this issue. Another way to fix it is to disable the soft particle.
Resolution Note (6000.2.X):
After the investigation, we decide to close this case as "by-design"
Soft particles used in the project requires depth texture data as documented in this page(https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@13.1/manual/particles-lit-shader.html)
However, the pipeline asset used in the project did not enable the depth texture
Confirmed locally that enabling depth texture fixed this issue. Another way to fix it is to disable the soft particle.