May 10, 2021Simple Player Movement in UnityObjective: Learn how to move an object with a C# script using the Transform component and its properties. First, we need to create a script, insidethe ‘Project’ space click on the right button of the mouse, select ‘Create’ option and then ‘C# Script’, let’s call it ‘Player’ and open it. …Unity3 min read
May 9, 2021More Productive Editor Layout in UnityObjective: Create a professional Layout. In Unity, the default layout looks like the next image. BUT we are looking for a professional layout which provides most optimize workflow. STEP 1: From the Layout menu select the ‘Tall’ optionUnity2 min readMore Productive Editor Layout in UnityObjective: Create a professional Layout.In Unity, the default layout looks like the next image.BUT we are looking for a professional layout which provides most optimize workflow.STEP 1:From the Layout menu select the ‘Tall’ option----
May 6, 2021GitObjective: Get familiar with the git commands and learn how to create repositories from zero in github. STEP 1: Install GIT from https://git-scm.com/. Click next in everything until it is installed. STEP 2: In github, create a new repository ‘VersionControlPrueba’, we can select between Public and Private. The important part…4 min read