Open in app

Sign In

Write

Sign In

Chris Daley(Desonn)
Chris Daley(Desonn)

13 Followers

Home

About

Dec 10, 2022

What is Cinemachine and Timeline

Cinemachine: Cinemachine is a tool from unity.It frees you from expensive camera-logic development and allows you to iterate and prototype new ideas on the fly while saving settings in play mode. …

Unity

2 min read

What is Cinemachine and Timeline
What is Cinemachine and Timeline
Unity

2 min read


Feb 25, 2022

Upgrading Player Movement (New Unity Input System)

let’s take a look at how we go about using the new input system in a game setting. We have a project here that has been built with a character controller. Let’s take a look at the original script and see how we would do to change it It is…

Unity

2 min read

Upgrading Player Movement (New Unity Input System)
Upgrading Player Movement (New Unity Input System)
Unity

2 min read


Feb 4, 2022

How to Swap Action Maps In New Input System

We can go about changing our action maps through script. To start, we will create a few actions. Lets create a couple action maps and actions to start build in a new action map and the logic for Unity to switch between the 2: What I have done is created…

1 min read

How to Swap Action Maps In New Input System
How to Swap Action Maps In New Input System

1 min read


Jan 29, 2022

Setup New Unity Input System

To start, we will want to add it to the projects we wish to use it with Pull up the package manager and find it under Input system in the unity registry! A warning message will pop up we just have to click on yes: We can enable both if…

2 min read

Setup New Unity Input System
Setup New Unity Input System

2 min read


Jan 16, 2022

Hidden Shortcuts to Make Level Design Easier in Unity

Some shortcuts that make level design and building easier in Unity. Levels can be quite time consuming unless you are aware of some simple shortcuts that can help make your life a lot easier. Let’s go through a few.

1 min read

Hidden Shortcuts to Make Level Design Easier in Unity
Hidden Shortcuts to Make Level Design Easier in Unity

1 min read


Nov 19, 2021

Getting started with AWS for Unity

First, visit Set Up the AWS Mobile SDK for Unity. Basically, it will show you the prerequisites (an AWS account is one of them) and the Unity package to download After downloading the package (zip file), you’ll find some Unity package files. In this project we will import the AWSSDK.S3.3.3.113.2 …

1 min read

Getting started with AWS for Unity
Getting started with AWS for Unity

1 min read


Sep 19, 2021

On Click events in Unity

When creating buttons in Unity, there is a component that can be used to trigger events or methods when clicking on it: OnClick() Click on the + icon. None (Object) is requiring a gameobject

1 min read

On Click events in Unity
On Click events in Unity

1 min read


Sep 19, 2021

Create a Loot System in Unity

To create a system that allows to get diamonds when enemies are killed and that the diamonds can be collected by the player that in the future we will spend in our shop. We are going to make the prefab of the diamond that must have its animated sprite and…

2 min read

Create a Loot System in Unity
Create a Loot System in Unity

2 min read


Sep 10, 2021

Designing Enemies using Abstract Classes

it’s common for your enemies to share traits such as Health and Speed. Simple inheritance can be used across your enemy classes to help streamline things! This is where abstract classes shine. They focus on the accountability of an interface while simultaneously allowing for the flexibility of traditional class inheritance. …

2 min read

Designing Enemies using Abstract Classes
Designing Enemies using Abstract Classes

2 min read


Sep 8, 2021

Camera Follow System in Unity

Unity has us covered with Cinemachine! it’s super easy trust me! You can install cinemachine via the package manager

1 min read

Camera Follow System in Unity
Camera Follow System in Unity

1 min read

Chris Daley(Desonn)

Chris Daley(Desonn)

13 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech