Addons documentation
  • 😄Getting Started
  • 🧩Components
    • 👟Godot Essentials Motion Component
      • 🤸Top-Down Movement Component
      • 🤾Platform Movement Component
      • 🔲Grid Movement Component
    • 💓Health Component
    • 🎥Shake Camera Component
    • 🌪️Rotator Component
    • 🚀Projectile component
    • 🔁Finite State Machine
  • ⏳Autoload
    • 🎒Helpers
    • 🎧AudioManager
    • 🎬Scene Transicioner
    • ⚙️Environment variables
    • 🏆Achievements
  • 🎮Examples
    • 🧗‍♂️Alys - Precision platformer
Powered by GitBook
On this page
  • Supported versions
  • ✨Installation
  • Automatic (Recommended)
  • Manual
  • 🐱‍🏍Ready to use
  • Other plugins from us
  • Components
  • Examples (coming soon)

Getting Started

Godot 2D essentials is a comprehensive collection of production-ready components designed to expedite the development of your 2D games.

NextGodot Essentials Motion Component

Last updated 1 year ago

Supported versions

  • Godot 4+

✨Installation

Automatic (Recommended)

You can download this plugin from the official using the AssetLib tab in your godot editor. Install it and you're ready to go

Manual

To manually install the plugin, create an "addons" folder at the root of your Godot project and then download the contents from the "addons" folder of this .

🐱‍🏍Ready to use

This collection comprises new nodes that can be added as nodes, following your usual process when working with the Godot game engine. These nodes are designed to be flexible, allowing them to adapt to the mechanics of your game without interfering with decisions that might impact the implementation of your game's unique mechanics.

Other plugins from us

Components

Godot Essentials Motion Component

Health Component

Shake Camera Component

Rotator Component

Projectile component

Finite State Machine

Helpers

AudioManager

Examples (coming soon)

We are preparing examples where the components are used in real use cases and can help you to prototype your 2D game ideas:

  • A top-down shooter

  • Alys - Precision platformer

  • Turn-based battle with grid movement

😄
godot asset library
repository
Godotenv