Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
3.5.1f2
Issue ID
459986
Regression
No
CollisionFlags.Below C# example fails to compile
http://unity3d.com/support/documentation/ScriptReference/CollisionFlags.Below.html
C# example should be:
if ((controller.collisionFlags & CollisionFlags.Below) != 0)
rather than:
if (controller.collisionFlags & CollisionFlags.Below)
It doesn't compile as is.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- info-log.json logs the wrong OS version when using a macOS device
- Move Tool Gizmo planes expand when selecting GameObject after aligning view to another GameObject
- No visual indicator is shown when dragging the Image visual element in UI Builder window
- Gizmo color is lost in Prefab Mode with Gray context even when the Gizmo is on the root Prefab GameObject
- Warning thrown when using an Apple Pencil with iPads released 2019 and newer
Add comment