Search Issue Tracker
Fixed
Fixed in 2022.3.60f1, 6000.0.42f1, 6000.1.0b10, 6000.2.0a3
Votes
0
Found in
2022.3.53f1
6000.0.35f1
6000.1.0b3
6000.2.0a1
Issue ID
UUM-96024
Regression
No
[VFX Graph] VisualEffect.SetTexture doesn't dirty the vfx component
Steps to reproduce:
- import the provided UnityPackage
- open the map named _VFXG_BugRepro_SetTexture_
- In the scene hierarchy select the VFX object _VFXG_Gradient_toCOlor_
- Enter Playmode.
Actual results: The Color of particles are updated thanks to a texture set by script.
The Gradient TXT texture property isn't properly updated has the asset isn't dirty when doing a VisualEffect.SetTexture via script.
Expected results:
The GradientTXT texture property should be properly updated and vfx object dirty so that it can be saved.
Reproducible with versions: 6000.2.0a1 & 2022.3.53f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment