lethiandev / battle-tanks

Mobile turnbased battle game about tanks 🎯

Home Page:https://lethiandev.github.io/battle-tanks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChunkBody2D compile link godot

hwstar2018 opened this issue · comments

Heelo. Sir
I have problem to link ChunkBody2D library to godot on Windows.
Please help me.

Hi, what kind of a problem do you have?

Unfortunately Godot 3.2 is not supported as the GDNative's ABI is incompatible. To fix that, you could recompile the library with newer version of the GDNative C++ bindings.

To achieve similar results to the game, maybe try this module https://github.com/GoostGD/goost as it's still maintained and fully compatible with Godot 3.2.