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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Resolution Note:
Unity Material system does not currently support displaying smaller vectors. This is a feature request which is on our backlog.