AtomicTorch Studio Forums

VoidExpanse => Bug reports => Topic started by: ninekorn on April 24, 2019, 12:15:17 AM

Title: Concave Collider Server Error?
Post by: ninekorn on April 24, 2019, 12:15:17 AM
I need some help figuring out the current Error. Here are images of my current collider for the interior of the station outpost. It only has 4 polygon colliders and those don't seem to be working on stations? is that normal? I was trying to limit the number of colliders for each stations while building the physics for them otherwise I will have to use a LOT of cubic/box colliders in order to cover all the parts.

(https://i.ibb.co/CHS115G/concave-Error.png)
(https://i.ibb.co/597bCLL/Collider-Error.png)
Title: Re: Concave Collider Server Error?
Post by: ai_enabled on April 24, 2019, 12:17:42 AM
Hi!

Yes, unfortunately, we're using a physics library in this game which doesn't have support for concave physical shapes (hint ΓÇö not many physics libraries support concave shapes). Create multiple convex shapes or use rectangles/circles to get a similar result.

Regards!
Title: Re: Concave Collider Server Error?
Post by: ninekorn on April 24, 2019, 12:19:16 AM
Thank you so much for your reply ai_enabled. I will work on it.