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
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
- [Android] The Player loses focus when using UnityEngine.Handheld.StartActivityIndicator() with Facebook SDK
- Build fails with "Building Library/Bee/artifacts/MacStandalonePlayerBuildProgram/gahcy/hj9mx3z/951.0 failed with output:..." errors when Scripting Backend is set to IL2CPP
Add comment