Search Issue Tracker
Duplicate
Votes
19
Found in
4.3.1f1
Issue ID
581260
Regression
No
OnTriggerEnter2D behaves like OnTriggerStay2D under certain circumstances
Steps to reproduce :
- import the project attached
- open the "Test" scene
- press play and notice the messages in the console
Duplicate : http://issuetracker.unity3d.com/issues/ontriggerstay2d-is-called-not-properly
Comments (12)
-
Keshav
Dec 23, 2013 13:32
OnTriggerEnter2D behaves as OnTriggerStay2D when the object is scaled
-
NicolasVidal
Dec 17, 2013 11:23
Steps to reproduce from scratch :
- create an object with a Rigidbody2D and a Collider2D (trigger)
- create another object with a Collider2D and a RigidBody2D (trigger)
- set gravity scale to 0 for both of them
- set the first one as a child of the second one
- attach a script with debug messages in OnTriggerEnter2D and OnTriggerExit2D on the child
- press play, make the child rotate inside the parent
=> Unexpected behaviours :
* OnTriggerEnter2D is raised each frame we rotate the child
* OnTriggerExit2D is never raisedThe same problem exists with OnCollision2D and non trigger colliders.
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
- visionOS Players are minimized when Guided Access is turned on
- Licensing Client fails to launch when opening Unity Hub
- Sprite Atlas Inspector preview disappears when entering Play mode unless SpriteAtlasMode is set to "Sprite Atlas V2 - Enabled"
- Opening reference for Audio Importer opens missing page
- [Android] SpriteAtlas gets corrupted in Player when using Late binding with SRP Batcher enabled
This is a duplicate of issue #575758