Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0b7
Issue ID
916543
Regression
No
Modifying Collider Mask on runtime skips a frame without collision for the object
To reproduce:
1. Download attached project "Platform test.zip" and open in Unity
2. Open "test" scene
3. Enter to Play mode
4. Press "E" button on your keyboard and hold it
Expected result: In Game window you will see that "player" game object will always flash red
Actual result: In Game window you will see that "player" game object will flicker with red and white colors once per frame
Note: Holding "E" button will let a class run a method to modify the Collider Mask, regardless of what you set it to, the Collider will turn off completely for a frame.
Note: In the Inspector for the "Platform" game object, changing the Rate of the Platforms script will change how often it updates - no matter the rate the next frame will always skip the collision. The "player" game object will flash red when its collider is not touching the platform and white when it is.
Reproduced on Unity 5.5.3p4, 5.6.1p2, 2017.1.0b8 and 2017.2.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
Add comment