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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Add comment