TpTweener
The TilePlus system optimized Tweener for Tiles, GameObjects, and custom uses.
Tweener Service
Intro TpTweener is a TPT service that can be used for tweening TilePlus tile sprites, GameObjects...
Tweening GameObjects
Intro TpTweener can also be used to tween GameObjects' Position, Rotation, Scale, or Color; or to...
Custom Tweening
The Tween class' properties are mostly {get; internal set;} so you can't make changes. However, t...
Coroutines and Awaitables
Coroutines TilePlus generally uses Awaitables rather than coroutines. However, it's easy to make ...