lgdnpt Posted December 29, 2022 Share Posted December 29, 2022 How to start a coroutine like unity's "StartCoroutine()" function? Link to comment
silent Posted December 29, 2022 Share Posted December 29, 2022 lgdnpt There is no coroutine available out of the box, but you can easily implement this on your side. In attachment you can find an example (was tested on 2.15.x only, so it may not compile in 2.16.x). Thanks! CoroutinesManager.cs How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN Link to comment
lgdnpt Posted December 30, 2022 Author Share Posted December 30, 2022 15 hours ago, silent said: lgdnpt There is no coroutine available out of the box, but you can easily implement this on your side. In attachment you can find an example (was tested on 2.15.x only, so it may not compile in 2.16.x). Thanks! CoroutinesManager.cs 2.96 kB · 1 download Thank you very much! 1 Link to comment
F_E_L_I_X Posted February 24 Share Posted February 24 Hi and big thanks for coroutine script. But I don't understand how to use that script correctly. I try to call methods, but it didn't work. CoroutinesTest.cs Link to comment
Recommended Posts