Unitask and Dotween for unity
If you do async stuff, the unitask is much better than coroutine for unity. unittask github: https://github.com/Cysharp/UniTask installation github address from unity: https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask For using with dotween, you should install dotween at first, then install unitask, otherwise, you should go to: Project Settings -> Player and add “UNITASK_DOTWEEN_SUPPORT” under Scripting Define Symbols https://github.com/Cysharp/UniTask?tab=readme-ov-file#external-assets Usage Examples: […]
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: https://dotween.demigiant.com/documentation.php
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 A method using OnComplete Callback
Becoming an Outstanding Researcher and Technologist: The Advantages of Freelancing
As a researcher and technologist, I’ve come to believe that freelancing offers unparalleled advantages for those seeking to excel in their field. Let me explain why. First and foremost, freelancing grants me the freedom to pursue research topics that truly ignite my passion. Unlike corporate environments where projects are often dictated, I have the autonomy […]
The stupid and greedy subscription model of the software industry
I used to use elementor pro on my wordpress, it is a great plugin. But I only used one of two paid function of them. After years I forget to renew the VIP. I found, it can not even let the plugin show on my webpage. My website can not be shown correctly. This is […]