Search Issue Tracker
By Design
Votes
0
Found in [Package]
9.0.0-preview.34
Issue ID
1263276
Regression
No
[ShaderGraph] Vector2 and Vector3 properties of a shader are displayed as Vector4 properties
How to reproduce:
1. Open attached project "urpTesting.zip"
2. In the Project window, go to Assets and select the "test" material
3. In the Inspector window, observe the Vector2 and Vector3 properties
Expected result: Vector2 contains X and Y, while Vector3 contains X, Y and Z fields
Actual result: both Vector2 and Vector3 contain X, Y, Z and W fields
Reproducible with: 4.10.0-preview (2018.4.25f1), 7.3.1, 7.4.1 (2019.4.4f1), 8.1.0, 9.0.0-preview.34 (2020.1.0b16, 2020.2.0a18)
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
Unity Material system does not currently support displaying smaller vectors. This is a feature request which is on our backlog.