Search Issue Tracker
Won't Fix
Votes
0
Found in
2023.3.0b1
2023.3.0b10
6000.0.0b11
Issue ID
UUM-66202
Regression
Yes
Objects with RigidBody and Is Kinematic enabled do not trigger OnTrigger events after Scene change
Steps to reproduce:
1. Open the attached project "TriggerBug"
2. Open SinglePlayer.unity scene
3. Select the Cube game object in the Hierarchy window
4. Observe that Rigid Body has Is Kinematic enabled
5. Enter Play mode
6. In Scene view drag the cube to the Sphere game object (this will trigger a scene transition)
7. After SecondScene.unity is loaded, drag the same Cube game object to the big red Cube
\\
Actual results: no trigger event is triggered and the cube stays red
Expected results: when Cube touches the red Cube trigger event is called and red Cube becomes green
\\
Reproducible with versions:
2023.3.0b1 2023.3.0b10
Not reproducible with versions:
2023.2.14f1 2023.3.0a19
\\
Tested on (OS):
- MacOS Intel Sonoma 14.3.1
\\
Notes:
- In SecondScene.unity disabling and re-enabling the collider of the Cube game object, triggers the event
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note:
This bug is no longer reproducible as of: 6000.0.0b13.3744.6863 according to the comment below.