Open in app

Sign In

Write

Sign In

Mike Brisson
Mike Brisson

61 Followers

Home

About

Aug 6, 2021

Implementing Unity’s New Input Controls

If you have used input that is more complex than simple horizontal/vertical movement, you have struggled assigning button presses to different peripherals. Trying to figure out which axis the right trigger on the PlayStation vs the Xbox controllers was annoying, to say the least. The ‘new’ input system allows developers…

Unity3d

4 min read

Implementing Unity’s New Input Controls
Implementing Unity’s New Input Controls
Unity3d

4 min read


Jul 31, 2021

Monetize your Games with Reward Ads in Unity

Grinding your way through a level to accrue enough gold for that shiny new sword, used to standard practice in gaming. It can be time consuming, boring and you may end up with buyer’s remorse only to find yourself grinding it out for something else. With Unity’s built-in ads, you…

Unity3d

4 min read

Monetize your Games with Reward Ads in Unity
Monetize your Games with Reward Ads in Unity
Unity3d

4 min read


Jul 25, 2021

Interface vs Abstract Classes

Using interfaces and abstract classes can be an incredible time saver and helps modularize and decouple your code. So what’s the difference and when should you use each? In simplest terms, abstract classes can be thought of as partial templates, where interfaces act as a set of rules that classes…

Csharp

2 min read

Interface vs Abstract Classes
Interface vs Abstract Classes
Csharp

2 min read


Jul 23, 2021

Creating an IDamagable Interface in Unity

Interfaces are a great way to modularize or decouple your code. If you look up the definition of an interface, you will likely be greeted with some form of this text: “An interface is a contract between an object and it’s user…” So what does this mean? Essentially, an interface…

Csharp

2 min read

Creating an IDamagable Interface in Unity
Creating an IDamagable Interface in Unity
Csharp

2 min read


Jul 22, 2021

Create a Hitbox Attack System Unity2D

Unity has implemented so many features for 2D game creation that it’s natural to want to make one of your own. In this article, we’ll cover an easy wat to create a hitbox attack system. The first thing we need to do is to add an empty child object to…

Unity3d

3 min read

Create a Hitbox Attack System Unity2D
Create a Hitbox Attack System Unity2D
Unity3d

3 min read


Jul 21, 2021

Designing Enemies using Abstract Classes

When creating logic for enemy types, it’s common for your enemies to share traits such as Health, Strength, and Attack(). …

Csharp

2 min read

Designing Enemies using Abstract Classes
Designing Enemies using Abstract Classes
Csharp

2 min read


Jul 13, 2021

Create Animated Tiles in Unity

Animating tiles in Unity just got easier with Unity’s 2D Tilemap Extras preview package. You no longer need to find the github repo in order to set this up (although the repo still exists for older versions of unity here) First thing we need to do is to actually add…

Unity

2 min read

Create Animated Tiles in Unity
Create Animated Tiles in Unity
Unity

2 min read


Jul 12, 2021

Creating Tilemaps in Unity

Setting up a scene in Unity with tilemaps can an effective way to speed up the level creation process…Unfortunately, it can also be a little awkward to get used to at first. Create a new game using the 2D template:

Unity

3 min read

Creating Tilemaps in Unity
Creating Tilemaps in Unity
Unity

3 min read


Jul 5, 2021

Create an Angry Birds style game in 5 minutes with Unity!

In order to create this type of game, we will need to implement 2D physics…something that Unity excels at. SpriteRenderer Collider2D RigidBody2D SpringJoint2D Script The best way to start this project is to create one using Unity’s 2D template:

Unity

4 min read

Create an Angry Birds style game in 5 minutes with Unity!
Create an Angry Birds style game in 5 minutes with Unity!
Unity

4 min read


Jun 30, 2021

Create a Ledge Grab System in Unity

When using animations that require motion, there are 2 ways to move the player…root animations or baked animations. Using root animations move the player for you like this:

Unity

4 min read

Create a Ledge Grab System in Unity
Create a Ledge Grab System in Unity
Unity

4 min read

Mike Brisson

Mike Brisson

61 Followers

Unity Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech