neikeq / GodotSharp

Moved to the Godot repo: https://github.com/godotengine/godot/tree/master/modules/mono
MIT License
60 stars 8 forks source link

KinematicBody2D.get_collider() crashes game #11

Closed karroffel closed 7 years ago

karroffel commented 7 years ago

When a collision is detected (and hence a collider exists) the game crashes.

Here's a stacktrace http://hastebin.com/iwejibarum.txt

Here's a small project to demonstrate the issue. ColliderTest.tar.gz