Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3
2020.3.28f1
2021.3
2022.1
2022.2
Issue ID
1404518
Regression
No
Callback of the Triggers module does not return collider data for more than 32 colliders
Reproduction steps:
1. Open the user's attached project
2. Select the "Particle System" GameObject in the Hierarchy window
Expected result: All of the circles that the particle collides with turn green
Actual result: The circles stop turning green and the particle starts turning red past the 32nd collider
Reproducible with: 2020.3.33f1, 2021.3.0f1, 2022.1.0b16, 2022.2.0a10
Could not test with: 2019.4.38f1 ("No overload for method 'GetTriggerParticles' takes 3 arguments")
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
Hi, we can't easily support more than 32 colliders without increasing the memory usage substantially for every user of this feature. This is because it is a per particle per collider matrix of information. Therefore we've decided not to prioritise fixing this at the moment.
Sorry for any inconvenience this causes.