Search Issue Tracker
Fixed in 8.2.X
Votes
0
Found in [Package]
9.0.0, 8.1.0, 8.0.1.
Issue ID
1242039
Regression
No
[VFX Graph] Debug modes are able to overwrite the capacity on locked assets.
Simple Particle System and Swarm Particle System can not be used again once its capacity set to 0 in Efficiency debug mode when you edit the VFX Graph from its preset asset.
Steps to repro:
1. Create a new HDRP project
2. GameObject > Visual Effects > Visual Effect.
3. Inspector > Asset Template > Simple Particle System > Create its preset asset.
4. Select preset asset > Edit > Change Debug mode to Efficiency.
5. Click Set Capacity 0 button.
Actual Result:
Unable to use Simple Particle System VFX Graph again.
Expected Result:
Simple Particle System VFX Graph can be used again.
Reproducible in:
2020.2.0a9, 2020.1.0b8, 2020.1.0a23 with Package Version 9.0.0, 8.1.0, 8.0.1.
Note: Could not test on Mac due to https://fogbugz.unity3d.com/f/cases/1233044/
Environment:
Occurring on Windows 10.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Errors during XML parse" warnings are thrown when building project for the Android platform
- Shader transparency, discard, and clip are not working when using the Player
- Error is thrown when clicking on warning in the console
- Long IL2CPP build time when project has a .ufbx library wrapper
- Cursor doesn't change to the resizing when using the Rect Tool and the Sprite is too close to the bottom of the Scene View
Resolution Note (fix version 8.2):
In the provided scenario, the Debug's Efficiency Plot is setting the capacity to 0, so it's expected no particle to spawn. Increasing the capacity in the Initialize block allows particles to be spawned again.