Hello!
I’m trying to create quasi-keplerian physics for my stellar system. I want to create feature able to precisely predict planetary positions in near future. For this purpose I have to measure planetary positions in exact time intervals. I failed to accomplish this with coroutines. Can someone make a suggestion with proper and beginner-friendly approach to this problem? I was thinking about constant loop operating in parallel thread on NativeList PlanetaryProgresses with permanent allocation. How can i realise that?
Greetings,
Adam