I decided I’ll just start building some basic puzzle mechanics on a tilemap.

Here’s the first build I made, where I have a moving player, that pushes boxes onto pressure plates that can open doors.

For doors to be effective, we also have collision system and walls. Movement is very janky, as the tweening durations are way too long.

The the next build