Dot Trail


Dot Trail allows you writing sequenced code. It can be used instead of IEnumerator. It allows you to easily do animations, transitions, etc. that you do with code. Dot Trail comes with many examples.


by DotTrail


Price History +

What is DotTrail?

DotTrail is designed to be able to wait for another job to finish before executing a code. You can command a method to wait a certain amount of time before switching to another method, or to wait for a bool to be true. While IEnumerator is another way to do this, it's cumbersome and there's very little you can do. DotTrail allows you to do this by adding a period to the end of the code. Not only that, DotTrail lets you create variables, namespaces, statements, labels and loops that you can use in the code queue. Many examples made with DotTrail also come with the asset.