2D Top Down Game Template
A downloadable asset pack
Buy Now$69.99 USD or more
Making everything that can be generically used across any genre!
Purchases at any time will receive ALL future updates for free!
You can follow the entire tutorial series for creating this base template for free on YouTube with this playlist:
The template targets Unity 2022.3 LTS for maximum stability and compatibility. Newer Unity versions may work, but LTS is recommended, especially for students.
Features:
- Player Movement with Unity Input System (Keyboard and Controller Support)
- Player Idle and Walking Animation
- Tilemaps
- Collision and Sorted Layers
- Camera Boundaries
- Camera Player Tracking
- Map Zone Transitions with Waypoints
- Tabbed Menu UI
- Expandable Save System
- Drag and Drop Inventory
- Items
- Item Stacking and Splitting
- Inventory Save System
- Collectible Items
- Item Popup on Pickup
- Inventory Hotbar
- Dropping Items (+ bounce effect!)
- Map - Manually Placed
- Map - Dynamically Generated
- Interactables - Chests
- Pause System
- Sound Effects
- NPCs
- Customizable Dialogue System
- Waypoint NPC Movement
- Dynamic Animator Sprite Swapping
- Dialogue Trees with Branching Choices
- Quest System
- Quest Log
- NPC Quest Dynamic Dialogue
- Accepting Quests
- Declining Quests
- Completing Quests
- Quest Rewards
- Quest Status Saving
- Interior Building
- Teleport Waypoint
- Fade Transitions
- Shop System
- Buying
- Selling
- Custom Shop Stock
- Shop NPC
- Shop Stock Save State
| Status | In development |
| Category | Assets |
| Rating | Rated 5.0 out of 5 stars (6 total ratings) |
| Author | gamecodelibrary |
| Genre | Role Playing |
| Tags | 2D, Asset Pack, Controller, game, Project template, Top-Down, Unity, unity-package |
| Content | No generative AI was used |
Purchase
Buy Now$69.99 USD or more
In order to download this asset pack you must purchase it at or above the minimum price of $69.99 USD. You will get access to the following files:
FullPackage.unitypackage 3.4 MB
TopDownTemplate.zip 790 MB
Download demo
Download
DemoBuild.zip 28 MB
Development log
- Build Any 2D Top Down Game in Unity | Modular Template (45+ Features)72 days ago
- Entering Buildings and Fade Transitions Update!Nov 21, 2025
- Quest System Complete!May 23, 2025
- NPCs, Waypoint Pathing and Sprite Swapping!Mar 10, 2025
- Interactables, Pausing and Sound Effects!Feb 22, 2025
- 2 Type of Maps added! Dynamic and Manually Placed! - Top Down TemplateJan 28, 2025
- Hotbar with Item Usage and Saving! - Top Down Base Template UpdateJan 06, 2025
- Item Pickup with Popups! - Top Down Base Template UpdateDec 16, 2024






Comments
Log in with itch.io to leave a comment.
Is the game really set for gamepads? I tested the demo and it forced me to use the mouse on dialogues with npcs to answer Yes or No.
You can edit the input system and add a gamepad button for the Interact key and for dialogue options!
Amazing! Can you PLS make a 2D top-down RTS version template or addon? I'd gladly donate to support that. The top-down base template would require a lot of modification to fit that game-type.
gracias))))
Good series. Hope for new features 🫨🙃
Thanks for the series, But im rather disappointed. When trying to open the file in Unity its erroring, so i cant actually do anything with the project
I have the package you can import and also the zip file with the solution!
You can unzip the project then open the solution through Unity hub.
If the errors say you need a certain package, you can search for them in the Unity Registry as you may have dependencies missing!
Let me know if I can help in any other way :-) I've haven't had anyone have a problem with it before!
Hey, I recently bought and I keep getting multiple errors. I can't even see objects in the scene. Can I get some help pls? Thanks for the series♥
Thank you for this series, Had to purchase this out of respect of what you are doing here and the value I am getting from it.
I know I am about to aske the time old (tech age at least) cliche... Is there any way to get in touch with you to discuss a problem I am having with updating and moving the camera when I change boundaries?
The original one made in the tutorial works like a charm for me, but I have tried to add another boundary to move to, I can move the player between fine with no issue, but only sometimes will the camera move along with the player, the MapPosition controller is shared across these TransferObjects and i cannot figure out why it works perfectly for one set, and on the second set work 50% every time and occasionally 100% (player always gets transformed, the boundary updates, but the camera does not always follow). I duplicated the original boundary and resized the correct polygon collider. I have debugged the MapPosition methods and they all run as expected. I'm definitely missing something but not experienced enough with what is happening under the hood to figure it out.....