Finding a Navigation System That Fits


One of the major roadblocks I ran into this week was figuring out how to implement a functional and visually clear minimap system for our game Same Day Delivery. With the chaotic city layout, tight delivery timers, and unpredictable obstacles, having a working minimap was essential for player navigation. The problem, however, was that none of the minimap solutions I initially tested (including World Partition) worked for what we needed.

This posed a serious issue for user experience. Without an accurate and responsive minimap, you cant tell where you are in the world, especially in fast-paced segments of the game. Directly impacting the core gameplay loop: quick deliveries across a hectic map.

After testing a few methods, I realized the issue wasn't as hard as I thought once I did some more research and looked at older videos on YouTube rather than just the more recent posts. I ended up finding a much simpler solution of using a camera above the player and adding an arrow icon that the player cannot see in game. After some adjustments and fine tuning I finally got the minimap we have now.

The result is a cleaner, faster, and more intuitive minimap experience. Players can now easily track their position, becoming a little more familiar with their surroundings, improving both gameplay flow and overall satisfaction.

Leave a comment

Log in with itch.io to leave a comment.