Does it matter whether particles are emitted on the server or client?

I want to make my game quite performant, and I was stuck with the problem that whether I should make particles emit on the client or server. What should I use?

I’d just go with Client-Sided particle emission just in case, or do you find it to be more complicated?

2 Likes

I’ll use it and compare it to server side, and see how it goes.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.