![person sticking an adhesive tape on piano keys](https://www.codehamster.com/wp-content/uploads/2025/02/pexels-photo-10222323-768x512.webp)
Learn Unity from Unity Official Pathways: My ExperienceLearn unity from unity official learn websites
While waiting for my new PC, I decided to use that time productively and explore Unity’s official courses. Though they primarily cover foundational concepts, I found tremendous value in revisiting the basics. Here’s why these courses are worth your…
![black game console on wooden surface](https://www.codehamster.com/wp-content/uploads/2025/01/pexels-photo-682933-768x541.jpeg)
Mastering Asynchronous Programming in Unity with UniTask and DOTween
In the ever-evolving landscape of game development, efficient asynchronous programming is crucial for creating smooth and responsive game experiences. Unity developers have traditionally relied on coroutines for async operations, but there’s a more powerful and efficient alternative: UniTask. When combined…
![](https://www.codehamster.com/wp-content/uploads/2025/01/DALL·E-2025-01-03-16.48.44-A-futuristic-digital-illustration-of-a-blockchain-race-featuring-multiple-representations-of-Sui-Crypto-as-agile-sleek-runners-in-blue-and-white-spr-768x768.webp)
Sui Crypto: The Scalable Blockchain Sprinting Towards 2025
![debug in unity](https://www.codehamster.com/wp-content/uploads/2025/01/close-up-view-of-debugging-word-made-of-wooden-blocks-on-blue-tabletop-768x512.jpg)
How to fix unity openx loading error for mac VR developer
While developing VR applications in Unity on macOS, I encountered several challenges. One issue was Unity’s inability to run OpenXR on macOS, resulting in a “failed to load OpenXR runtime loader” error. Despite this error, the application appeared to function…
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: