S
S
Stanislav Silin2016-12-29 19:00:28
.NET
Stanislav Silin, 2016-12-29 19:00:28

Who uses what 3-party libs in conjunction with Unity3D?

Started a deeper dive into gamedev on Unity3D. I started making a game and immediately got 3 bikes. The first one is for running coroutines outside of MonoBehaviour. The second bike solves the need to "stretch" the action between frames. In fact, it turned out to be a kind of mechanism in the style of async / await on coroutines. The third bike is based on the previous two and allows you to start/cancel/restart tasks. In my opinion, these are basic things and something should already be checked and tested =)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Daniil Basmanov, 2016-12-30
@byme

UniRx is a fairly popular lib
https://www.assetstore.unity3d.com/en/#!/content/17276
https://github.com/neuecc/UniRx
In general, many studios write their bikes for coroutines, promises and the like , for example:
https://github.com/Real-Serious-Games/C-Sharp-Promise

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question