Good evening.
I am currently getting started with Defold Engine, and I’ve tried to enhance the War Battles Tutorial with more things to collide with.
For example, I managed to make the rockets to collide with a building (although firing it too close to it makes the animation to bug itself), and now I am trying to make the player not being able to walk through the building, but I haven’t been able so far.
The building itself, it’s a GameObject with a Static Collider, and the player has a Kinematic collider.
Here you have the full project in case you want to take a look.
War battles tutorial.zip (2.4 MB)
Many thanks for your help in advance.