Dotween states

you can control tweens with states: Flip, Complete, Goto, Kill, Pause, Play, Restart, Rewind, SmoothRewind, TogglePause, Playforward, PlayBackwards All the stuff, read the name you can understand what it means. Dotween link:

Using Dotween to make animation

You can use unity timeline to make animation, but compare to using code make animation, the computation cost is too much and also not flexibility. the following Shape.cs use the basic method to move the objects using sequence using async…

Write blogs again

After stopped to write blogs for a long time, I consider to write tech blogs again. Actually it is a good habbit to write something down. But last several years, there are so many note software comes out. I tried…