Solving “GUIText is Obsolete” in Unity
Introduction In this article we will see how to solve the error “GUIText is obsolete” in Unity, an error that […]
Introduction In this article we will see how to solve the error “GUIText is obsolete” in Unity, an error that […]
Introduction The IF statement allows us to make a decision based on whether a condition is true or false. The
In this article we see how to PLAY MUSIC and SOUNDS in Unity, both automatically when entering the game mode and also play an audio clip thorugh code.
Introduction We’re going to see how to store bools in Unity using the PlayerPrefs class, then we’ll see how to
Introduction We’re going to see how to store floats in Unity using the PlayerPrefs class, then we’ll see how to
Introduction In this article we see how to SAVE STRINGS in Unity using the PlayerPrefs class, to store information in
Introduction We’re going to see how to save integer numbers in Unity using the PlayerPrefs class, then we’ll see how
Description of the problem A Canvas has been created with one or more buttons to perform an action, when running
Introduction In this article we see how to use buttons in Unity to make a certain action happen when you
Introduction In this article we are going to talk about what MonoBehaviour is in Unity, first a practical approach to
In this article we see how to access to a variable that is defined in another script in Unity so we can READ the variable or WRITE it.
Introduction In this article we will see how to execute functions defined in one script from a second script. First
Introduction In this article we will see how to tell if an integer is odd or even using programming. We
Introduction In this article we analyze an experiment to understand what are the differences between Update and FixedUpdate in Unity.
Introduction In this article we see how to export a game from Unity to Android and look at some of