Posted on

New Input System in Unity 2020 – Input Action Asset

For this video, we will show you how to create an Input Action Asset for the new input system in Unity. The Input Action asset is a new asset the comes with the install of the new input system and allows for different inputs devices to be used by the player and triggers action events when input is given.

To create an input action just right-click anywhere in the project window then go up to create and down at the bottom should be . You can then give this new asset a name and then double-click on it. This will open up the . You will then need to create a new Action Map. Action Maps are uses to group the inputs and actions related to each possible control system you might have in your game. You will then need to create the actions and bindings needed for each action map.

Posted on

New Input System in Unity 2020 – Set Up and Install

Now that the new input system for Unity has been published it is safe to do tutorials on it without too much changing in future updates making our tutorials obsolete. For this lesson on how to use the new input system in Unity, we will show you how to set up and install the input system package using the package manager in Unity.

All you have to do is go to the Window drop-down menu and select . You will then need to select in which you can only see a few packages already installed in your project. Next, you need to select the package. Finally, click install. This will install the new Input System into your Unity project. Unity will have to restart in the process.

Posted on

Debugging Unity 2020 – Collab Not Working

How to Make Collab Work

If you update to a 2020 version of Unity you may run into a problem where the Unity callable is not working. This error occurs when you were using collab in an old version and then update to the latest 2020 version. Unity has made some big changes to the collab system and so when you update to the latest version you also need to update the unity collab package version in the package manager window. this problem will display several errors in your console window which will prevent you from playing your game. to fix this error go to the services window and click on . this will open a new window for all the collab settings. It is here as well that you can the latest collab package version. once update the error will be gone and you be able to play your project again.