Hello guys. I’m making mining game. It’s single script generates really many chunks, which lag a lot while generating. I think usage of actor and de-synchronization can help me to speed up process. But IDK when I need desynchronize code, and when syncronize it back.
When I tried to look in documentation, I only understood that desynchronization will somehow make some codes run at the same time.
Can anyone please tell me, HOW I need use this actors, and when?