Skip to content

MASSHUU12/godot-interaction-system

Repository files navigation

Godot Interaction System

A simple 2D/3D interaction system for Godot 4.

Note

As of version 2.0, the extension is written in C#. The version in GDScript is no longer supported, you can find the latest version written in GDScript here.

Prerequisites

Make sure to update your .csproj.

Features

  • Simple interaction system (2D/3D/mouse in 2D)
  • Small size footprint (< 32 KB)
  • Components:
    • InteractableOutlineComponent
    • InteractableHighlighterComponent

Documentation

Instructions on how to get started can be found in the USAGE.md file.

You can find the documentation in the docs folder and example in the example folder.

External assets

The project uses the following shaders from the Godot Shaders website under MIT license:

License

Licensed under MIT license.