Search Issue Tracker
Fixed in 13.1.2
Votes
0
Found in [Package]
12
Issue ID
1378335
Regression
Yes
Attributes set in the Initialize context of GPU Event systems return 0.
Repro steps:
1. Import the attached VFX asset and add it to the scene
2. Open it and enable size or color in Initialize
3. Observe that the particle either disappears (size) or turns black (color)
Expected outcome:
Setting attributes to set the new values.
Note:
- Both inheriting and setting attributes in Initialize don't work
- Setting attributes in Update or Output works fine
- Inheriting Event attributes works fine
However, 2 new issues surfaced after that fix:
- All particles in capacity are rendered, even if they are not spawned yet. Without this fix, you would see a pink particle but also 39 smaller black ones at origin. Can be fixed with package only.
- If you enable and disable the VFX (maybe a few times, as it is not deterministic), you will stop seeing the particles. Needs both a new editor and package.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ScrollView speed is slower when entering Play mode
- UI Builder elements disappear and "Semantic - Unknown template name" error appears when changes to "Template" parameter are saved
- Renderers outside Light Probe hull use incorrect Ambient Probe values when "Renderer Light Probe Selection" is set to "Use Ambient Probe" and "Light Probes" on Mesh is set to "Blend Probes"
- ArgumentNullException error occurs when selecting a Camera in the Hierarchy with the Scene view open
- Clicking 'Open Editor Log' through the Console fails to open redirected Logs when relative Log files exist outside of the Project root
Add comment