Search Issue Tracker
Fixed
Votes
1
Found in
5.0.1f1
Issue ID
689347
Regression
No
IL2CPP: Bounds.Encapsulate on a Bounds of size Infinity sets the bounds to size NaN
-e: When using IL2CPP, a Bounds of infinite size has its Center and Extents set to NaN values when encapsulating another bounds.
-repro
--open attached project
--run scene in editor
--Log shows: Center: (0.0, 0.0, 0.0), Extents: (1.0, 1.0, 1.0)
--build with il2cpp (webgl, ios)
--run build
--NOTICE log shows: Center: (NaN, NaN, NaN), Extents: (NaN, NaN, NaN)
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
- Inspector window flickers when a selector is created using a Style Class List Section
- [iOS] "UnityBatchPlayerLoop()" causes a freeze in the iOS application when it is put to the background and brought back to the foreground
- "Perform Selected" of Shortcut Manager window does not perform the shortcut in some cases
- Crash on mono_get_hazardous_pointer when running Play Mode tests in a specific project
- [iOS] ‘확인’(Done) and '취소'(Cancel) text is displayed as '...' in the on-screen keyboard when the System preferred language is set to Korean
kornman00
Apr 15, 2015 21:26
I'm encountering NaNs with Bounds.Encapsulate operations as well