Search Issue Tracker
Fixed in 5.0.X
Votes
1
Found in
4.5.0f6
Issue ID
611563
Regression
No
OnTriggerEnter2D is called multiple times when gameobject with active Animator component hits trigger
To reproduce:
1. Open scene 'Colliderwithbug'
2. Play the scene
3. Hit space bar several times
4. Watch console when moving object hits and exits trigger. OnTriggerEnter2D gets called multiple times and OnTriggerExit2D never gets called
5. Stop scene
6. Select game object 'MovingObjectWithBug' and disable animator
7. Play the scene
8. Hit space bar several times
9. Watch console when moving object hits and exits trigger. OnTriggerEnter2D is called once object hits trigger and OnTriggerExit2D is called when object exits trigger
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
Add comment