Extreme lag with far away parts

What you just say was a new game im making using 2d illusions to make it look 2d… Problem? well the camera is far away set to fieldofview = 0

The particles where where the player actually was and you can see how bad this problem is!

How do I prevent this from happening without putting any strain on the server or client? (Client for some reason can increase the ping on my game so yep)

Are you sure its not just spawning in a lot of particles?

Make the camera closer, draw smaller items.

Not enough to lag the server yet

1 Like

That would ruin the 2d effect of the game

1 Like

Sounds like you will have no choice but to find a medium.

1 Like

Damn : ( That’s sad but understandable. Ty for your help

1 Like

You might need to adjust the focus property of the camera? If your camera is scriptable, the focus might be in the wrong place.

1 Like

Hmm… I think I see what you mean, my camera is scriptable so is everything I have to do change the camera subject to the head of the players im focusing on?

1 Like

That should probably be enough, but you’ll have to see if it works

1 Like

Didn’t work sadly, I think 2112Jay made a good point but thank you for giving me a recommendation

1 Like