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
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Scale Snapping with Gizmos does not work in the Scene view when Snapping and Absolute Grid Snapping are toggled off
- Text Script Importer Reference button links to a Missing Page when clicking the Reference Button in the Inspector
eskivor
Mar 20, 2016 00:35
It's still the case of missing comments in C# for Mathf.CeilToInt, Mathf.RoundToInt and Mathf.FloorToInt.