Search Issue Tracker
Fixed in 5.2.0
Votes
0
Found in
5.0.1f1
Issue ID
698110
Regression
No
C# example of Mathf.Round missing comments
Repro steps:
1) open http://docs.unity3d.com/ScriptReference/Mathf.Round.html
2) check between two languages. Notice that C# does not have comments while JS example has
Comments (7)
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
- [Android] Texture Compression default texture format is set to PVRTC when building via script BuildPipeline.BuildPlayer
- [Android][GameActivity] APK built with Development Build enabled gets flagged as having Malware
- Default name of manually created Global Light 2D GameObject differs from the one included in the initial project Scene
- Option for "Acceleration Structure Build Flags" cannot be toggled when Lightmaps have been Generated for a Mesh Renderer
- Lights in Batch keep resetting to 0 in the Light Batching Debugger when a new GameObject is created and the mouse cursor is hovered over the Inspector window
eskivor
Mar 20, 2016 00:35
It's still the case of missing comments in C# for Mathf.CeilToInt, Mathf.RoundToInt and Mathf.FloorToInt.