Hello
I'm having a problem with my platform game and it is:
When i drag an object with the DragDrop behavior, it can overlap other objects, how do i prevent an object from overlapping others?
Develop games in your browser. Powerful, performant & highly capable.
You can try Physics behavior with world gravity is 0, in case you don't want to let them drop outside.