Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A simple 2D/3D interaction system for Godot 4.A version written in GDScript is also available, but is no longer supported.Features Simple interaction system (2D/3D/mouse in 2D) Small size footprint (< 32 KB) Components: InteractableOutlineComponent InteractableHighlighterComponent

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:
- Item Highlighter used in example scene.
License
Licensed under MIT license.
A simple 2D/3D interaction system for Godot 4.
A version written in GDScript is also available, but is no longer supported.
Features
Simple interaction system (2D/3D/mouse in 2D)
Small size footprint (< 32 KB)
Components:
InteractableOutlineComponent
InteractableHighlighterComponent
Reviews
Quick Information

A simple 2D/3D interaction system for Godot 4.A version written in GDScript is also available, but is no longer supported.Features Simple interaction system (2D/3D/mouse in 2D) Small size footprint (< 32 KB) Components: InteractableOutlineComponent InteractableHighlighterComponent