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
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
- Shortcut Manager shows empty conflict filter when resolving runtime conflicts involving different contexts
Add comment