Search Issue Tracker
Fixed
Fixed in 2023.1.0a12
Votes
0
Found in
2020.3.38f1
2021.3.8f1
2022.1.14f1
2022.2.0b4
2023.1.0a6
Issue ID
UUM-12440
Regression
Yes
Raycasts fail to hit Collider when there is a different GameObject with a Collider very far away in the scene
How to reproduce:
1. Open the attached project "case_1136525-RaycastBug" and scene "TestScene"
2. Enter Play Mode
3. In the Hierarchy select the "OutOfBoundsObject" GameObject and make it active through the Inspector
4. Observe changes in the Console Window
Expected result: the Console Window keeps outputting "Hit == True" at all times in Play Mode
Actual result: Console Window starts showing "Hit == False" when "OutOfBoundsObject" is disabled
Reproducible with: 2018.3.0a5, 2018.3.9f1, 2019.1.0b7, 2019.2.0a8
Not reproducible with: 2017.4.23f1, 2018.3.0a4
Note: both "RaycastTarget" and "OutOfBoundsObject" have to have RigidBody Components. The "RaycastTarget" fails to be hit only when in certain configurations of its position and the raycast origin's position
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Add comment