Search Issue Tracker
Fixed
Fixed in 6000.0.13f1, 7000.0.0a1
Votes
0
Found in
6000.0.9f1
6000.0.11f1
7000.0.0a1
Issue ID
UUM-75894
Regression
No
[VFX Graph] Copy/Paste Custom Attributes between Graph fall back to float type
*Steps to reproduce:*
1. import the provided unity package
2. open the _VFXG_CopyPaste_CustomAttributes_ VFX asset.
3. Select All nodes inside and Copy (CTRL +C)
4. Create a new Blank VFX asset and open it
5. Paste the previously copied contents.
*Actual results:*
Notice on the blackboard that the type of the custom attributes (myPos) has changed from Vector3 to Float and that a new Custom attribute named myPos_1 of type Vector 3 has been created.
Also, the Get Attribute Node (myPos) is a float, same as the Set attribute (myPos)
!image-2024-07-16-11-30-40-511.png!
*Expected results:*
The custom attribute type should be preserved and no new custom attributes should be created when copy/pasting.
!image-2024-07-16-11-30-10-118.png!
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Add comment