Unity
Master Unity development with Funkyton's tutorials, tips, and resources. Learn how to create immersive games and interactive experiences using Unity's powerful tools. From beginner guides to advanced techniques, explore topics like scripting, animation, audio, and optimization. Perfect for developers looking to enhance their Unity skills.
Rolling 3D dice with simulated physics in unity.
If you’ve ever wanted to make virtual dice rolls feel more real, this post is for you. Learn how we used Unity’s physics engine to create lifelike 3D dice rolls with gravity, friction, and randomness—making your games more immersive and fun without too much coding hassle.
Chasing Lights in unity with UI image fade helper
Create vibrant UI animations in Unity with simple image fade functions! Learn how to build "chasing lights" effects, like slot machines or exchange signs, using reusable helper functions for fading UI images.
Unity "Blink Pulse" Sprite Animation
Create a simple "blink pulse" sprite animation in Unity with this lightweight script. Adjust minimum alpha, maximum alpha, and cycles per second to control the fade effect. Attach it to your sprite GameObject for an easy, customizable pulsating animation that enhances your game's visuals!
Unity audio fade in/out function (C#)
Create seamless audio transitions in Unity with this simple C# helper function. Learn how to easily fade audio in and out using coroutines for smooth sound effects in your game. Perfect for enhancing player immersion without complex coding.