Hey lads,
I'm developing a basic DnD platform tutorial and I was wondering if there was a clean way to handle collisions without using the SOLID option in DnD.
With script, it's much cleaner with if (place_meeting...), but I have no idea how to do this in DnD.
Also, how would you guys handle...