Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
RPG COURSE
Rating: 4.3 out of 5(198 ratings)
3,969 students

RPG COURSE

CREATE RPG IN UNITY
Created byMichael Murr
Last updated 10/2022
English

What you'll learn

  • Master the art of problem solving when it comes to game development. By understanding what obstacles you may face and the many ways to find solutions
  • Learn the fundamentals of C#. Everything from variables, "if" statements and creating an object oriented structure. No prior programming experience necessary.
  • Become a professional programmer by learning "Version Control" a tool used by expert engineers. Not only in game development but in all programming projects
  • Transfer everything you learn from this course into any programming language you choose. Like JAVA, JavaScript, Python, C++ and other object oriented languages

Course content

17 sections123 lectures22h 45m total length
  • How To Use This Course15:36

    Discover how to use the RPG course effectively: search and answer Q&A, ask new questions with clear titles, emphasize key words, add code and links, and join the Discord community.

  • Download Unity & Visual Studio Step-by-Step5:33

    Download Unity Hub, install the latest official Unity release, and select required add-ons like Android build support. Install Microsoft Visual Studio Community 2019 to code your games.

  • Unity & Visual Studio 1019:28
  • Your First Code12:22

    Create your first Unity project, write a simple C# script, attach it to a game object, and print hello world to the console.

  • Introduction To Version Control18:42

    Learn how to use version control with sorcery and git for Unity projects, create repositories, ignore library files with a .gitignore, make initial commits, and revert changes.

  • Legends Of Conquest Game Design13:31

    Design a demon-led game concept on a tile map with walking, interacting, and turn-based combat. Build quests, shop, inventory, dialogue, and experience-based upgrading to drive the adventure.

Requirements

  • A Working Computer or Laptop with minimum requirements to run Unity and Visual Studio (Which aren't too demanding)
  • The desire and drive to learn how to create a fun and enjoyable game

Description

Create an RPG Using Unity is a very fun way. We'll be using sprite we download for free. Applying animations to those sprites. Create main menus and create a turn based combat system.


We'll also create a quest system were we find items, gain experience, collect money and go buy items in shops to upgrade our player so that he can find more and more loot.


We'll also learn all about tile sets and how to use cinemachine in our games. It's going to be extremely fun. So let's not waste anymore time and lets get started.


Create an RPG Using Unity is a very fun way. We'll be using sprite we download for free. Applying animations to those sprites. Create main menus and create a turn based combat system.


We'll also create a quest system were we find items, gain experience, collect money and go buy items in shops to upgrade our player so that he can find more and more loot.


We'll also learn all about tile sets and how to use cinemachine in our games. It's going to be extremely fun. So let's not waste anymore time and lets get started.


Can't wait to see you there. Have a good day

Who this course is for:

  • Aspiring Game Developers that don't know where to start when it comes to creating games
  • Young programmers who want to learn the basics of coding in a really fun way by creating their own games using Unity's very simple engine
  • Someone who's looking to create a 2D Role Playing Game and doesn't know how to do it easily and efficiently