Category Archives: Game engine

Game engine

Godot – files in C# in Godot game engine.

Today I tested a new source code with the Godot game engine. The source code recognizes the drag and drop operation for text and image files.

Roblox – Get coins scripts.

These scripts are used in my video tutorial about how can get coins: The script named SpinCoin will spin the coins:

The next script for get coin is named GetCoin and has this source code:

These two scripts will be part of the coin model. Another script is on ServerScriptService and is named… Read More »

Roblox – The maze script using Aldous-Broder algorithm.

You can see my video tutorial about how this source script works on the official youtube channel: This is the source code used in this video tutorial:

Roblox – The maze script.

This is the script I used into this video tutorial:

Unity 3D – C# script – save and load file.

This is a simple C# script example for a C# class Player. The class Player come with this content into Player.cs C# script:

To make this C# script for saving the Player into one file I used this C# script named SaveLoadManager.cs:

The script come with two parts for save and load files.… Read More »

Programming with C# and Unity 3D game engine – part 002

Today I will show you how to install Unity 5 for free. First will need to download it from official website – free download. You need to follow these steps: Select Unity 5 Personal Edition. Fill with your email address and password from Unity website account. Select your answers … Press the blue button Start… Read More »