Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Unity 2020 URP Make a juicy 2d Shooter prototype
Rating: 4.8 out of 5(200 ratings)
1,208 students
Last updated 11/2022
English

What you'll learn

  • Unity 2020 in 2D
  • C# programming
  • Game Development
  • Game Design

Course content

12 sections117 lectures15h 4m total length
  • Course content1:28

    Implement player input and cursor-based aiming for shooting, with a following camera and lighting, plus a simple map; add enemies with state-machine AI and audio-visual feedback.

  • Make sure that you use Unity 2020!0:26
  • Project setup5:37

    Set up a Unity 2020 URP project for a 2d shooter, import starter assets, sprites, and sounds under Creative Commons, and initialize the first scene with required packages.

  • Using resources and getting help3:24

    Learn how to ask questions, search the Q&A, attach scripts or screenshots, and use provided resources, packages, and a GitHub repo to troubleshoot, then move to implementing the player avatar.

Requirements

  • Know how to use Unity at a basic/intermediate level.
  • C# intermediate level

Description

UPDATE:

In this course we tackle some intermediate topics like AI and we code it in a way that you can reuse it - which also can be a bit more difficult for beginners. The course is about creating the 2d shooting mechanic and polishing it with multiple special effects for it to be fun to play. We will create a simple AI system for the enemy using FSM, create custom Shaders, and explore why it is important for others to playtest your games and give you feedback.

Course should work with changes done to Shader Graph in version Unity 2020.


UPDATE 2:

Full project files in zip archive added to each section at the end.

Each video where we write some code now has a link to scripts on github.

Introduction:

Let's make a 2d top-down shooter in Unity 2020 using universal Rendering Pipeline and focusing on juiciness of the gameplay!

In this course beside implementing a standard game mechanics like shooting, picking up health/ammo and enemy AI we will focus our attention on adding visual and audio details into our game. URP will helps us a lot with its 2D lights system and the Shader Graph Editor which makes creating shaders (how game graphic is rendered) really easy.

While it is important to have bug free game mechanics that fits our game genre we also want to make our game stand out. Our goal is to make the game fun to the players and it is achieved only by balancing our game and making sure that our player knows exactly what is going on in the game. In this course we will focus on the latter.

Feedback is the main path that we as game designers have to communicate to the player what is going on inside the game. To make sure that our player feels like his / her actions influence the game world (Agency) we will make sure to give every action appropriate visual and audio queue. An example would be that shooting will cause the screen to shake, enemies on being hit flash and are knocked back, bullet that hits a wall will produce ricochet sound and a cloud of dust - in summary the player will hopefully have fun playing our game.

We will implement custom shaders, animations, tweens (animations using code - DoTween asset and inbuilt Coroutins), audio effects and light effects. in addition we will stricture the project in a way that you can easily balance the game by exposing important settings/values using ScriptableObjects.

To create the project we will utilize UnityEvents to make sure that we can easily add new actions to the events happening in the game from Unity inspector instead of having to modify out code. I will do my best to show you how to write object oriented, clean code so that you can easily understand it.

I encourage you to check out the free video about the outline of the course to learn more.

See you in the course!

-Peter from Sunny Valley Studio

Who this course is for:

  • Intermediate Unity developers
  • Intermediate Game Developers