Search Issue Tracker
Not Reproducible
Not Reproducible in 2023.1.X
Votes
0
Found in
2022.2.0b12
2023.1.0a14
Issue ID
UUM-18796
Regression
Yes
OnTriggerEnter method does not call when project is opened in a later version of the editor
Reproduction steps:
- Open the user’s attached project (“Mail Most.zip”)
- Open the “PlayerController” and “PlayerScene” scenes Additively
- Find the “TestLookSpatialInteractable” GameObject in the scene and observe its BoxCollider Component
- Enter Play Mode
- Move the “FirstPersonPlayer” GameObject to hit the “TestLookSpatialInteractable” GameObject
- Track down any Debug messages in the console
Expected result: Console prints “FirstPersonPlayer Entered” message
Actual result: The OnTriggerEnter method does not call
Reproducible with: 2022.2.0a11, 2022.2.0b12, 2023.1.0a14
Not Reproducible with: 2020.3.40f1, 2021.3.11f1 , 2022.1.20f1, 2022.2.0a10
Reproducible on: Intel macOS 12.6
Note: A message (“FirstPersonPlayer Entered”) is expected to be printed in the Console if the "FirstPersonPlayer" collides with the "TestLookSpatialInteractable" GameObject via its Trigger Collider and script ("SpatialInteractible.cs").
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
this is a behavior change introduced by third party library upgrade ( ie physx upgrade)
could not reproduce the exact failure on a fresh project
Resolution Note (2023.1.X):
this is a behavior change introduced by third party library upgrade ( ie physx upgrade)
could not reproduce the exact failure on a fresh project