Unity 5: 2D Movement in an RPG Game

Go to class
Write Review

Free Online Course: Unity 5: 2D Movement in an RPG Game provided by LinkedIn Learning is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Unity 5: 2D Movement in an RPG Game is taught by Jesse Freeman.

Overview
  • Learn how to build an RPG game in Unity with player movement, "fog of war" style map reveals, and events triggered by motion.

Syllabus
  • Introduction

    • Welcome
    • Exercise files
    1. Creating the Player
    • Set up the project
    • Import artwork and animations
    • Add the player to the map
    • Map position utility
    • Reposition the player
    2. Moving the Player
    • Player movement class
    • Listen to movement
    • Detect the tile to move to
    • Move the player
    • Limit movement
    • Make the camera follow the player
    3. Triggering Events from Movement
    • Track player movement on tiles
    • Start and stop walk animation
    4. Fog of War
    • Modify the map to hide tiles
    • Extend the map tile renderer
    • Track visited tiles
    • Visit tiles
    • Expand vision
    • Clean up
    Conclusion
    • Next steps