Author Topic: Concave Collider Server Error?  (Read 2221 times)

ninekorn

  • Full Member
  • ***
  • Posts: 248
    • View Profile
Concave Collider Server Error?
« 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.



ai_enabled

  • AtomicTorch Founder
  • Hero Member
  • *****
  • Posts: 2024
    • View Profile
Re: Concave Collider Server Error?
« Reply #1 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!

ninekorn

  • Full Member
  • ***
  • Posts: 248
    • View Profile
Re: Concave Collider Server Error?
« Reply #2 on: April 24, 2019, 12:19:16 am »
Thank you so much for your reply ai_enabled. I will work on it.