How to solve How to fix unity openx loading error for mac VR developerHow to solve
During the explore the unity for vr, I got a lot of problems with my mac. One of them is unity doesn’t support run open xr on mac os, so I will get a error, which tells me that I can not load openxr, however, it still looks fine both on mac and meta quest […]
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 […]