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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note:
Unity Material system does not currently support displaying smaller vectors. This is a feature request which is on our backlog.