Best practices¶
- Introduction
- Godot scenes and scripts are classes
- Scene organization
- When to use scenes versus scripts
- Autoloads versus regular nodes
- The cutting audio issue
- Managing shared functionality or data
- When you should use an Autoload
- When and how to avoid using nodes for everything
- Godot interfaces
- Godot notifications
- Data preferences
- Logic preferences