Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2020.1.X, 2020.2.X
Votes
0
Found in
2020.1
2020.1.2f1
2020.2
Issue ID
1274820
Regression
No
Update method is called before any Physics 2D callbacks when Simulation Mode property is set to Update
How to reproduce:
1. Open the user's attached "Physics Update Test Project.zip" project
2. Open the "SampleScene" Scene
3. *Added by Melv: Go to Physics 2D Settings and change Simulation Mode to "Update" as the project it set to "FixedUpdate"!
4. Make sure the Console window is visible
5. Enter Play Mode
6. Press the "Pause" button after entering Play Mode
7. Press the "Step" button until "trigger enter" message appears in the Console log (See attached "1274820_repro.mp4")
Expected result: The next log after "trigger enter" is "LateUpdate" (Update method is called before the OnTriggerEnter2D callback)
Actual result: The next log after "trigger enter" is "Update" (OnTriggerEnter2D callback is called before the Update method)
Reproducible with: 2020.1.4f1, 2020.2.0b2
Could not test with: 2018.4.27f1 and 2019.4.9f1 (Simulation Mode is not supported, Auto Simulation property was used)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "One or more data file missing for baking set NewScene Baking Set. Cannot load shared data." error in Player when a specific project is built
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
Add comment