Hello! I'm developing a platformer with a focus on picking up and throwing objects.
I'm having trouble with my objects, being thrown with the Physics behavior and then enabling their Solid behavior once they hit another Solid.
Grabbing, throwing and stacking seems to work fine. (Mario graphics are just there as placeholders)
However, by walking into them or jumping next to them, I get these really weird and inconsistent collision problems:
Here's the code I use for throwing.
I'd like for them to just act as two regular solids on top of each other. Can anybody help with this?
Thanks in advance!