Search Issue Tracker
Fixed in 4.5.1
Votes
5
Found in
4.3.4f1
Issue ID
593423
Regression
No
Calling Physics2D.OverlapCircleNonAlloc() crashes WP8 application
Steps to reproduce:
1. Create a project which uses Physics2D.OverlapCircleNonAlloc() function. Described here: http://docs.unity3d.com/Documentation/ScriptReference/Physics2D.OverlapCircleNonAlloc.html
2. Build and run on Windows Phone 8 device
3. Application will crash reporting Access Violation Exception at Physics2D.OverlapCircleNonAlloc()
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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
shopguy
May 15, 2014 04:36
Physics2D.OverlapPointNonAlloc crashing for me on Windows Store apps using latest version of Unity. I get red text in the console for every call that just reads "outHits", then eventually, after a few seconds worth of calls on every frame, I get an Access Violation and app crashes.
Gogeric
May 09, 2014 07:24
That seems to be always happening i have less than 5 colliders on scene and i provide an array of 20 colliders, same error on windows phone... this function not working on windows phone is really breaking one of the places where it had most interest of being not allocated
yuri_opolev
Apr 27, 2014 18:57
Also calling Physics2D.OverlapPointNonAlloc() crashes WP8 application.
KeeWeed
Apr 13, 2014 10:30
I believe it only happens when the array that is passed by argument is too small for the number of results.