Search Issue Tracker
Won't Fix
Won't Fix in 2023.2.X
Votes
0
Found in
2020.3.46f1
2021.3.21f1
2022.2.10f1
2023.1.0b7
2023.2.0a6
Issue ID
UUM-31384
Regression
No
Visual effect glitches when using "Conform to sphere" with high attraction force values in VFX graph and clicking in the Scene view
Reproduction steps:
1. Open the attached project “VFX_BOOM”
2. Open “Assets/Published/Alexander Baggett/Electric Shield/DemoScene/demoScene.unity”
3. Open “Assets/Published/Alexander Baggett/Electric Shield/VFX/ElectricShield_VFX.vfx” via double-click
4. In the “Update Particle Strip” block, within “Conform to Sphere” change the value of property “Attraction Force” to 900
5. Click multiple times in the Scene view
Expected result: Effect plays uninterrupted
Actual result: Effect behaves differently on each click
Reproducible with: 2020.3.46f1, 2021.3.21f1, 2022.2.10f1, 2023.1.0b7, 2023.2.0a6
Reproducible 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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Using high values for forces can lead to glitches like this due to time quantization. This will be mitigated when improving stability by implementing subframe interpolation / improving time integration. In the mean time, using a fixed step dt for the FX update might help.
Resolution Note (2023.2.X):
Using high values for forces can lead to glitches like this due to time quantization. This will be mitigated when improving stability by implementing subframe interpolation / improving time integration. In the mean time, using a fixed step dt for the FX update might help.