Arcane Energy Channel

Videos

Curated tutorials, project demos, visual experiments, and development notes.

Open YouTube channel
Tutorial

Create Water in Godot without writing Shaders

Create water in Godot without shaders

Tutorial

Nested Scenes in Godot

This video shows how you can use scene and script inheritance in Godot

Tutorial

Using Custom Resources (Godot 4)

Custom Resources allow you to store various types of information

Tutorial

Prototyping with CSG (Godot 4)

CSG stands for Constructive Solid Geometry, allowing you to do boolean operations on meshes and prototype levels easily

Tutorial

Main Menu (Godot 4)

This tutorial will guide you through the process of creating a simple main menu in Godot

Tutorial

Run Code in the Editor (Godot 4)

Learn how to execute code inside the editor in Godot

Tutorial

Button Push (Godot 4)

Create a pushable button that responds to physical objects in Godot

Tutorial

move_toward vs lerp - Godot Tutorial

Learn the difference between move_toward and lerp in Godot

Tutorial

GPUParticles3D (Godot 4)

Learn how to create 3D GPU particles that collide with the environment in the Godot engine

Tutorial

Autotiles and Terrains (Godot 4)

Learn how to use the terrain system in the Godot 4 editor

Tutorial

Snap objects to Grid (Godot 3)

Learn how to snap objects to a given step in Godot

Tutorial

Finding the Distance and Angle Between Two Points (Godot 3)

Learn how to get the distance and angle between two points in Godot

Tutorial

Drawing (Godot 3)

Learn how to use Godot to create a simple drawing application

Tutorial

Tilesets / Tilemaps (Godot 3)

Learn the difference between a tileset and a tilemap

Tutorial

Volume Slider / Audio Bus (Godot 3)

Learn how to use audio buses to create a volume slider