Search Issue Tracker
Fixed
Fixed in 6000.0.13f1, 7000.0.0a1
Votes
0
Found in
6000.0.9f1
6000.0.11f1
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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
Add comment