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
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
Add comment