Dot Trail
DotTrail
$0.0
$9.99
100%OFF
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/14(2022) |
0.0 |
07/07(2022) |
9.99 |
04/05(2023) |
0.0 |
11/01(2024) |
0.0 |
Jump AssetStore
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.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.Waiting a certain amount of time before executing the next code.Wait for a label to activate.Write If-Else statements.Identify a label and go to it.Creating namespaces in trail.Creating variables in trail.Getting variables in trail.Creating loops in trail.Parallelly execute elements.Observe a trail code at the DotTrail Inspector.Found in the examples: transition, fade in / fade out, subtitles.Manage sounds with SoundMaker: Audio data creation, Playing the sounds in order, Increasing and decreasing the volume in a certain time, Increase or decrease the volume according to the trigger (Curve can be used).