Search Issue Tracker
Duplicate
Votes
0
Found in
5.6.0f3
Issue ID
902322
Regression
No
Mathf.CeilToInt() returns incorrect value while debugging when breakpoint is set on line with this method
To reproduce:
1. Open project
2. Open 'TestScene'
3. Open 'DebugTestScript', set breakpoint to 15th line
4. Start debugging, press 'Update number' button in game view
5. Notice, that breakpoint is reached. Step over until 18th line, stop debugging
6. Play scene again without debugging script, press 'Update number' button
Expected: after 5 and 6 step, both times, number value will be 25
Actual: number value is set to 0 when debugging script
Reproduced on: 5.5.3p1, 5.6.0f3, p1, 2017.1.0b1
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
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
- Crash on OnDemandScheduler::HandleImportWorkerLogs when performing various Unity operations
This is a duplicate of issue #897134