Unity 2020 URP Make a juicy 2d Shooter prototype
What you'll learn
- Unity 2020 in 2D
- C# programming
- Game Development
- Game Design
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
Featured review
Instructor
If a coupon doesn't work type it using normal font (non-bold)
Hi I'm Peter and I am an Indie game dev / programmer.
Around 2015 I have started seriously learning programming in Java / JavaScript. in 2017 I have made my first game in Phaser.js (* you can find it on Sunny Valley Studio itch io)
Unfortunately what I have learned about programming from the Unity courses / tutorials wasn't scalable outside a simple mobile game. Every new piece of code / new feature I have added to the code broke my previously written logic.
After working as a Machine Learning dev for a while I decided in September 2019 to make a bigger game, sell it on steam and become game dev full time as a Sunny Valley Studio. To create a bigger game I really need to write a more maintainable and extendable codebase. Problem was that the only courses about OOP, SOLID, Design patterns etc were pure C# courses / book. The code and the solutions sometimes were hard to apply in Unity environment. Nevertheless I hit the books, started using what I have learned to create YouTube video series on how to implement interesting game mechanics. This practice helped me a lot at learning how to apply OOP in Unity projects.
Now my goal is to make my own games and teach what I know. I want you to understand WHAT we need to write in order to implement any game mechanics, HOW it works and most importantly WHY did we write it this way.
If you have every experienced the feeling of frustration that instead of having fun making your game you constantly have to debug the code maybe take a look at my courses.
I know that making games is much more than just programming but its difficult to focus on other aspects when you can't make the specific game mechanics that you have envisioned for your game.
I hope that when you understand how to write maintainable and reusable code you will have less bugs and most importantly you will be able to focus on making your dream game.
See you in the course!
*I can't post links in this section