From c98117bbaf7801b788c7728bae08e9fd9d43a7c9 Mon Sep 17 00:00:00 2001 From: austin Date: Wed, 6 Dec 2023 19:59:46 -0500 Subject: [PATCH] Add known bugs to collision documentation --- docs/src/physics/collision.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/physics/collision.md b/docs/src/physics/collision.md index c2543374..b098a0e4 100644 --- a/docs/src/physics/collision.md +++ b/docs/src/physics/collision.md @@ -118,7 +118,8 @@ Each client scene creates a collision engine for physics on connection. Each sce - +## Known Bugs To Fix + - There needs to be a better way to scale a collidable attached to an entity. Currently the best approach I see is write a custom behavior tree to update the collidable scale every frame (this is how the collidable tree works). At the very least a tree that doesn't move the entity when it collides. This then needs to be added to the trees lol