Search Issue Tracker
In Progress
Under Consideration for 6.1.X
Fixed in 9.0.2
Votes
0
Found in [Package]
6.0.2
9.0.0
Issue ID
XRVRT-17
Regression
No
Shader Warning in 'Shader Graphs/InteractablePrimitive' is being thrown after building the VR Template Project
How to reproduce:
1. Create a new VR Template project
2. Open Build Settings (File -> Build Settings)
3. Build the Project
Expected result: The Project builds and no Errors or Warnings are being thrown
Actual result: Warning "Shader warning in 'Shader Graphs/InteractablePrimitive': 'UnityMetaVertexPosition': implicit truncation of vector type at (1)/Library/PackageCache/com.unity.render-pipelines.universal@14.0.11/Editor/ShaderGraph/Includes/Varyings.hlsl(131) (on d3d11)" is being thrown after Building the project
Reproducible with: 2022.3.32f1, 2022.3.46f1
Reproduce on: Windows 11, MacBook Pro 2021 (Sonoma 14.6)
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note (fix version 9.0.2):
Certain objects marked static in the scene were causing issues with the lit Shader Graph shaders, specifically the Interactable shader. These objects were changed to not be static to fix the warnings produced.