2D platform Videogame , side scrolling, cartoon style, set in a medieval world where the protagonist will have to overcome the different obstacles to defeat his enemy
Create boxes for ground, hazards, ladders, props, etc and add the component "BoxCollider2D", then save them as prefabs. Create the 1st level with the prefabs.
IMPORTANT NOTES:
Ladder's width must be 1.5 or the player won't fit.
Create boxes for ground, hazards, ladders, props, etc and add the component "BoxCollider2D", then save them as prefabs. Create the 1st level with the prefabs.
IMPORTANT NOTES:
EXPECTED RESULT:
Prototype for the 1st level made with prefabs.