Search Issue Tracker
Fixed in 5.4.0
Votes
0
Found in
5.4.0b7
Issue ID
786568
Regression
Yes
[Collision] The default World Collision Radius value of 1 changes behavior of old projects
Since World Collision Radius is a new addition (before world collision was using the center of the particle), setting the default value to 1 can change the behavior of particles in older projects (image attached).
Repro steps:
1. Open Test scene from attached project in 5.4.0b7
2. Select particle system and observe how particles go between the cubes.
3. Open Test scene in 5.4.0b13
4. Select particle system and observe how particles no longer go between the cubes (because default collision radius is 1).
Notes:
- Technically a regression, but also a new feature. Used to work in the mid-betas (circa b7).
- Might not be as problematic and is easy to fix (setting radius to
- Versions listed are a bit of a guestimate, not 100% sure when the change got merged :)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment