Chris Daley(Desonn)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…Feb 25, 2022Feb 25, 2022
Chris Daley(Desonn)How to Swap Action Maps In New Input SystemWe can go about changing our action maps through script. To start, we will create a few actions.Feb 4, 2022Feb 4, 2022
Chris Daley(Desonn)Setup New Unity Input SystemTo start, we will want to add it to the projects we wish to use it withJan 29, 2022Jan 29, 2022
Chris Daley(Desonn)Hidden Shortcuts to Make Level Design Easier in UnitySome shortcuts that make level design and building easier in Unity.Jan 16, 20221Jan 16, 20221
Chris Daley(Desonn)Getting started with AWS for UnityFirst, 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…Nov 19, 2021Nov 19, 2021
Chris Daley(Desonn)On Click events in UnityWhen creating buttons in Unity, there is a component that can be used to trigger events or methods when clicking on it: OnClick()Sep 19, 2021Sep 19, 2021
Chris Daley(Desonn)Create a Loot System in UnityTo 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…Sep 19, 2021Sep 19, 2021
Chris Daley(Desonn)Designing Enemies using Abstract Classesit’s common for your enemies to share traits such as Health and Speed. Simple inheritance can be used across your enemy classes to help…Sep 10, 2021Sep 10, 2021
Chris Daley(Desonn)Camera Follow System in UnityUnity has us covered with Cinemachine! it’s super easy trust me!Sep 8, 2021Sep 8, 2021