Patrick Morrow/How to Use Signals in Godot

  • $5

How to Use Signals in Godot

  • Course
  • 12 Lessons

In this course, you will learn how to use signals in Godot.

One of the most powerful things to learn in Godot

Signals are one of the most useful things to learn in Godot. Whether you are shooting bullets are enemies, using timers, or sending signals across scenes, signals are the backbone of what you need.

In this course, you will learn how to use built-in signals before progressing to creating and using your own signals. You will learn how to create a signal bus which acts as the signal manager.

If you are looking for a course that will help strengthen you skills then join today.

All code used is explained in detail.

You will also be given access to all resources used in the course.

Contents

Downloading and Setting up Godot

How to Download and Install Godot
How to Create a 2D Profile

Basic Signals

Adding Interactivity to your Scenes
How to Collect Items using the Body Entered Signal
How to Use the Timer Node
How to Spawn Enemies Using the Timer Signal

Creating your own signals

How to Create and Emit your own Signals
Signals and nodes using code

Using signals across scenes

How to use a Signal Bus to send signals between scenes

Student Challenges

CHALLENGE 1 - The Light Switch
Preview
CHALLENGE 1 - Resources
CHALLENGE 1 SOLUTION - The Light Switch