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
- PlayerPrefs get corrupted when a minimized fullscreen Player is closed through the Taskbar
- "To Debug, run app with -diag-job-temp-memory-leak-validation cmd line argument. This will output the callstacks of the leaked allocations." warning is printed when JobTempMemoryLeakValidation switch is enabled
- Main Thread stalling when loading Audio Source asset asynchronously while preloading another Audio Source asset
- Material artifacts occur in the Material Preview window when baked lighting is applied to scenes
- “ArgumentOutOfRangeException” after saving, reseting and re-add Default Tile Palette Tools to the list in Preferences window
Add comment