Search Issue Tracker
Fixed in 5.0.1
Votes
0
Found in
5.0.0f4
Issue ID
679772
Regression
Yes
EditorGUI.FloatField cannot return "Infinity"
To reproduce:
1. Import attached script to project
2. Select window->Bug Test
3. Type infinity into first field
4. Notice that 3.40282347E+38f is returned instead of "Infinity"
Comments (2)
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
- Hidden method is opened in IDE when double clicking the log message in the Console that has the HideInCallstackAttribute
- Errors in the Console when creating a new "2D Platformer Microgame" template project
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
jpease
Mar 17, 2015 04:21
@Mosy: Infinity is a perfectly valid value for a float. And I can confirm that this bug happens for me too and is a regression (works fine in earlier versions of Unity).
Mosy
Mar 12, 2015 16:45
Floats have a limit, and thus can not return a number that exceeds their limit, this is not a bug in Unity but a limitation of a Float.