A
A
Alexander Interesting2021-08-12 23:44:36
C++ / C#
Alexander Interesting, 2021-08-12 23:44:36

Creating new Unity c# threads?

I'm making a game with random generation, using perlin noise, but it's too complicated calculations for there to be a little hang (Generation occurs on transition n every 10 units) and in the main thread, I think this is not necessary. How to make a new thread?

PS Coroutines didn't fix the situation

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Reikoni, 2021-08-14
@ifullut

Thread is a class that allows you to create new threads within an existing application. Read about this class

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question