In this post, I want to show you how you can use a script to add Scenes to the Build Settings automatically. I’m working on a game that will have...
Early this year, I shared a Color Picker implementation using the Unity Canvas. I’ve recently updated the Demo project with the possibility to save /...
A Localization System for Unity that you can use in your projects to support multiple languages. · Add localization.csv file Create a localization.csv...
Implementation of a Gaze Interaction system for Unity Virtual Reality projects. · In this project, I share with you a Gaze Interaction system for Unity...
A Double Slider Canvas control implementation in Unity to select a range of values. · A few years ago I was working on a mobile app that required a...
I’m working on a project that has a map with a tooltip that appears when the user hovers over certain elements. I had no problems implementing this...