Game development and web applications
Unity3D How To Add UI Text Outline
Unity3D How To Add UI Text Outline I had a scene with a colorful background and some UI text over it. The problem was that the text was hard to read because of the lack [...]
Unity3D How To Create A Simple Countdown Timer
Unity3D How To Create A Simple Countdown Timer I needed a simple countdown timer to create a splash screen effect so I could jump to the next scene. In this example, I create a time [...]
Unity3D How To Get Current Scene Name
Unity3D How To Get Current Scene Name I created a simple countdown timer that jumped to the next scene. I wanted to reuse the same script for this effect, two times. Instead of rewriting the [...]
Unity3D How To Create Auto Adjusting UI Anchors
Unity3D How To Create Auto Adjusting UI Anchors Important for mobile: On the Canvas settings, Canvas Scaler, UI Scale Mode: Scale With Screen Size and Match set to 1. This will auto scale the game canvas, [...]