Edit of asset "Interactive Grid GDExtension" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | Interactive Grid GDExtension | |
| Description |
InteractiveGrid is a Godot GDExtension that allows player interaction with a 3D grid, including cell selection, pathfinding, and hover highlights. Features: - Select individual cells. - Detect obstacles (collision mask configurable from the editor). - Align cells with the floor (collision mask configurable from the editor). - Calculate paths from a global position to selected cells using AStar2D. - Choose movement type: 4 directions, 6 directions, 8 directions, directly from the editor. - Customize the grid from the editor: grid size, cell size, mesh, colors, and shaders. - High performance using MultiMeshInstance3D for efficient rendering of multiple cells. Compatibility: - Fully compatible with Godot 4.5. - Cross-platform support (Linux, Windows, macOS, Android, iOS, Web/HTML5). Online Documentation and Tutorial: https://antoinecharruel.github.io/godot-gdextension-docs/interactive-grid/interactive-grid-3d.html Play on Itch.io : https://antoine-charruel.itch.io/interactive-grid-gdextension Download Demo: https://github.com/antoinecharruel/interactive_grid_gdextension/releases Redot Engine GitHub Branch (Needs to be modified): https://github.com/antoinecharruel/interactive_grid_gdextension/tree/redot If you encounter any issues, have questions, want to share your project using Interactive Grid, or give feedback, feel free to reach out on Discord: https://discord.com/invite/hZb9PGrrt9 |
InteractiveGrid is a Godot 4.5 GDExtension that allows player interaction with a 3D grid, including cell selection, pathfinding, and hover highlights. Features: - Fully compatible with Godot 4.5. - Highlight cells when hovering the mouse over them. - Select individual cells. - Detect obstacles (collision mask configurable from the editor). - Align cells with the floor (collision mask configurable from the editor). - Hide distant cells to focus on the relevant area. - Calculate paths from a global position to selected cells using AStar2D. - Choose movement type: orthogonal (4 directions) or diagonal (8 directions) directly from the editor. - Customize the grid from the editor: grid size, cell size, mesh, colors, and shaders. - High performance using MultiMeshInstance3D for efficient rendering of multiple cells. Download the full Interactive Grid GDExtension demo PDF: https://raw.githubusercontent.com/antoinecharruel/interactive_grid_gdextension/main/addons/interactive-grid/demo.pdf Download Demo: https://github.com/antoinecharruel/interactive_grid_gdextension/releases |
| Category | 3D Tools | |
| License | MIT | |
| Repository Provider | GitHub | |
| Repository Url | https://github.com/antoinecharruel/interactive_grid_gdextension | |
| Issues Url | https://github.com/antoinecharruel/interactive_grid_gdextension/issues | |
| Godot version | Godot 4.4 | |
| Version String | 1.10.0 | 1.0.2 |
| Download Commit | 4bf3db5fcca7c05475ab737758564ee7c3d2c821 | 1e5ce29c25202705e987d3b9048f30b901f0e69c |
| Download Url (Computed) | https://github.com/antoinecharruel/interactive_grid_gdextension/archive/4bf3db5fcca7c05475ab737758564ee7c3d2c821.zip | https://github.com/antoinecharruel/interactive_grid_gdextension/archive/1e5ce29c25202705e987d3b9048f30b901f0e69c.zip |
| Icon Url |
https://raw.githubusercontent.com/antoinecharruel/interactive_grid_gdextension/master/docs/thumbnail/thumbnail_1000x1000px.png
|
|