3D Maze Remix Dev Diary #1
· ☕ 2 min read
I’ve started work on 3D Maze Remix to add some features I’ve been wanting to figure out for a while. As I’m still learning C# and Unity the pretty simple sounding additions take longer than I initially thought. Here’s what I’ve been working on.
Adding autonomous movement to the rat entity Making the rat move and not clip through the walls, floor or ceiling meant adding collision to the rat but allowing the player and rat to pass through each other.