Tag Archives: game engine

game engine

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:

Godot – start with C# in Godot game engine.

You can use easy with the C# with Godot game engine. First, use this web pages to install all you need to run it with Visual Code and Godot game engine: Godot: https://godotengine.org/download/windows .NET Core: https://dotnet.microsoft.com/download .NET Framework 4.7.2: https://dotnet.microsoft.com/download VS-Code: https://code.visualstudio.com After all of these install open the Visual Code and from Extension market… Read More »

Unity 3D – Set render pipeline and fix the pink shader material.

The Unity 2018.1 comes with two scriptable render pipelines known as SRP templates the HDRP and the lightweight render pipeline. The idea is to provide optimized real-time performance. In Unity 2019.3 the lightweight render pipeline was renamed to Universal render pipeline. All render pipelines can be install from the Package Manager. You can install it… Read More »