Introduction
In this section you will find all the articles related to the development of videogames with Unity.
There are two types of articles, Unity Tutorials that show how to make something in Unity and Unity Solutions that solve a certain problem and can be easily implemented.
I’M CURRENTLY TRANSLATING MY SITE. MOST OF THE CONTENT WILL BE IN SPANISH RIGHT NOW
Unity Fundamental Series — Understanding Basic Engine Components
The fundamental series is about analyzing basic components and methods that are used in any project. We use a special room with 10 stations that will allow us to analyze these methods.
Labyrinth Series — Create Simple First Person Game in Unity
A simple first-person game in which the stage is a labyrinth and an object appears in a random position inside. The goal is to find the object and get out of the labyrinth before time runs out.
Currently the labyrinth series has 13 videos and 11 articles, downloads of 3D models and textures used, you can also download the scripts that are resolved in the videos.
Solutions for Unity
Solutions solve specific problems.
The idea is that these solutions can be easily applied to our projects without having to modify our pre-existing code too much.
Simple artificial intelligence for the Standard Assets AIThirdPerson prefabricate. With this system the enemies will be in different states, they will be able to detect the player, chase him and shoot him.
The Fade In/Fade Out effect is useful for loading screens, transitions between scenes and more. To achieve this we use a GameObject type Image on a Canvas.
Simple minimap in Unity without writing code. Using an auxiliary camera in spelling mode and relating this camera to the player.
Basic system for the interactions of a character in first person with any element of the scenario. By pressing the E key we can make a series of actions to be executed.
This article shows a solution for making Unity's non-playable characters (NPCs) patrol a route made up of a series of points.
A menu that can be displayed during the game and allows you to set simple parameters such as resolution and volume, as well as exit the game.