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
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
- Crash on PPtr<Object>::operator when undoing "Modern UI Pack" elements
Add comment