Unity Tutorial for Beginners. C Sharp in Unity. Image from Ackosmic Games

4. Variables and Data Types

In this Unity Tutorial you will learn what “Variables” and “Constants” are, and the “Data Types” they can store (also, how to work with them within Unity and C#). Unity Tutorial Level: Beginner. 4.1 Variables and Constants. “Variables” and “Constants” can be defined as “computer memory sections reserved for storing data”. With “Variables”, the “stored data” can be known or not, fixed or changing (variable). With “Constants”, the “stored data” is fixed, known and […]

Continue reading
Unity Tutorial for Beginners. C Sharp in Unity. Image from Ackosmic Games

1. Setting the Environment

Before starting with the codes in C Sharp (C #), we will configure our Unity Editor Interface and thus ensure that we all see the same on the screen 🙂 Unity Tutorial Level: Beginner. 1.1 Creating a New Project. We are going to create a new Project in Unity: Open Unity in your computer. On the home screen, click on the “New Button”. In the “Project name” field, write the name that you like most […]

Continue reading