From 4b0258a760f02f53352777e1dddede25c94c613a Mon Sep 17 00:00:00 2001 From: Thomas Brandoli Date: Tue, 5 Mar 2024 18:38:10 +0100 Subject: [PATCH] Add 3D Auto Collision Generator plugin (#323) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f10546f..8734694 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ See [Vivraan/godot-lang-support](https://github.com/Vivraan/godot-lang-support). - [2D Day/Night Cycle](https://github.com/hiulit/Godot-3-2D-Day-Night-Cycle) - A ☀️ Day / 🌔 Night cycle for 2D (Godot 3.x). - [2D Destructible Objects](https://github.com/hiulit/Godot-3-2D-Destructible-Objects) - A script that takes a sprite, divides it into blocks and makes them explode💥 (Godot 3.x). +- [3D Auto Collision Generator](https://github.com/ThGnommy/godot_3d_auto_collision_generator) - Generate collision for multiple 3D objects in one click (Godot 4.x). - [AgonesSDK](https://github.com/AndreMicheletti/godot-agones-sdk) - Plugin to add [Agones](https://github.com/googleforgames/agones) SDK functionality to Godot (Godot 3.x). - [Anima](https://github.com/ceceppa/anima) - Run sequential and parallel animations with less code compared to Tween (Godot 3.x). - [Aseprite Wizard](https://github.com/viniciusgerevini/godot-aseprite-wizard) - Plugin for importing animations from Aseprite as SpriteFrames (Godot 3.x).