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
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
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.