Search Issue Tracker
By Design
Votes
0
Found in [Package]
10.2.0
Issue ID
1291601
Regression
No
[VFX] Can't edit values of Matrix4x4 Node when created as a Property
Reproduction steps:
1. Create an HDRP Project
2. Create a VFX Graph
3. Create a Matrix4x4 Property and make it a Node
4. Expand the Node
Expected result: The Node displays the Matrix and allows editing of values
Actual result: The Node is expanded but no additional information is displayed
Reproducible with: 7.5.1 (2019.4.15f1), 8.3.1 (2020.1.14f1), 10.2.0 (2020.2.0b13, 2021.1.0a6)
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
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
Resolution Note:
We are adding the columns as slots entries for the Matrix type.
For now, the system relies on the actual serialized data, this behavior has to be slightly modified to support a different view.
However, it's a small feature and a good workflow improvement.
A first implementation is already functional but we can't provide any ETA yet.