Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
874280
Regression
No
When CharacterController.detectCollisions is set to false, it still detects the collision
Reproduction steps:
1. Open the attached project;
2. Enter Play mode and go to the cube;
Actual result: the character collides with the cube, although CharacterController.detectCollisions is set to false (actualResult_detectCollisions.gif).
Expected result: according to the documentation (https://docs.unity3d.com/ScriptReference/CharacterController-detectCollisions.html), if CharacterController.detectCollisions is set to false, the character should ignore any collisions with other objects. The character should walk through the cube (expectedResult_detectCollisions.gif).
Reproduced with: 5.3.6p4, 5.4.3f1, 5.5.0f1, 5.5.0f3, 5.6.0b6
Comments (1)
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
- Render Graph Execution errors when using GPU occlusion culling with 'Opaque Objects' frame setting disabled on a Camera
- Animator window: “Delete” menu item not greyed out for Base Layer context menu
- Resetting “PC_RP Asset (Universal Render Pipeline Asset)” causes Game view to become black and throws Renderer and NullReference errors in the Console window
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
Kubic75
Nov 09, 2017 15:40
I can confirm this!