Arcane Energy Channel

Videos

Curated tutorials, demos, experiments, and development notes.

Open YouTube channel
Create Water in Godot without writing Shaders
Tutorial

Create Water in Godot without writing Shaders

Create water in Godot without shaders

Nested Scenes in Godot
Tutorial

Nested Scenes in Godot

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

Using Custom Resources (Godot 4)
Tutorial

Using Custom Resources (Godot 4)

Custom Resources allow you to store various types of information

Prototyping with CSG (Godot 4)
Tutorial

Prototyping with CSG (Godot 4)

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

Main Menu (Godot 4)
Tutorial

Main Menu (Godot 4)

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

Run Code in the Editor (Godot 4)
Tutorial

Run Code in the Editor (Godot 4)

Learn how to execute code inside the editor in Godot

Button Push (Godot 4)
Tutorial

Button Push (Godot 4)

Create a pushable button that responds to physical objects in Godot

move_toward vs lerp - Godot Tutorial
Tutorial

move_toward vs lerp - Godot Tutorial

Learn the difference between move_toward and lerp in Godot

GPUParticles3D (Godot 4)
Tutorial

GPUParticles3D (Godot 4)

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

Autotiles and Terrains (Godot 4)
Tutorial

Autotiles and Terrains (Godot 4)

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

Snap objects to Grid (Godot 3)
Tutorial

Snap objects to Grid (Godot 3)

Learn how to snap objects to a given step in Godot

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

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

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

Drawing (Godot 3)
Tutorial

Drawing (Godot 3)

Learn how to use Godot to create a simple drawing application

Tilesets / Tilemaps (Godot 3)
Tutorial

Tilesets / Tilemaps (Godot 3)

Learn the difference between a tileset and a tilemap

Volume Slider / Audio Bus (Godot 3)
Tutorial

Volume Slider / Audio Bus (Godot 3)

Learn how to use audio buses to create a volume slider