Search Issue Tracker
Fixed in 2017.2.X
Votes
1
Found in
5.6.1f1
Issue ID
912158
Regression
No
[OSX] ContactFilter2D.useNormalAngle does not respond to collisions
To reproduce:
1. Download attached project "ContactFilter2D.zip" and open in Unity
2. Open "scene" scene
3. Enter to Play mode
Expected result: In Console window, these messages will start spamming:
useNormalAngle = false: Hit!! Angle = 90
IsFilteringNormalAngle(90) = False
useNormalAngle = true: Hit!! Angle = 90
Actual result: In Console window, only these messages will start spamming:
useNormalAngle = false: Hit!! Angle = 90
IsFilteringNormalAngle(90) = False
And this message will appear only one time:
useNormalAngle = true: Hit!! Angle = 90
Note: This issue appears only on OSX.
Reproduced on Unity 5.6.0p1, 5.6.1p1, 2017.1.0b7 and 2017.2.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment