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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window
Add comment