#Extreme Lag with Collisions

1 messages · Page 1 of 1 (latest)

rich spade
#

Hello, I have some extreme performance issues in my game and I just can't figure out why. I also searched in the internet for similar problems but all the solutions didn't work. This lag only happens when I walk into corners of the Collision. On walls it's completely fine. Can anyone please help me?

hallow charm
#

I suggest you use the profiler to try to find the culprit.

drowsy vault
wind rampart
#

I think the overall question is "what do your collision shapes look like"

rich spade
#

I used the Collision Generator, so they are kinda janky

topaz wing
#

You need to use simpler meshes for your collision objects. Otherwise you'll get frame drops every time you collide with such complex meshes.

rich spade
#

ok,thanks