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.
Make sure to update your .csproj.
- Simple interaction system (2D/3D/mouse in 2D)
- Small size footprint (< 32 KB)
- Components:
InteractableOutlineComponent
InteractableHighlighterComponent
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.
The project uses the following shaders from the Godot Shaders website under MIT license:
- Item Highlighter used in example scene.
Licensed under MIT license.