Category: Uncategorized

Pause Menu

Making a Simple Pause System in Unity

Here’s how to make a quick and dirty pause system in Unity. The overall breakdown involves four general steps: Make a paused panel pop up on a keypress Make that same keypress stop the movement of all game objects Pause all visible coroutines Pause all particles Of course, individual results may vary, but this will…
Read more

Campaign

Starlight: Arcade Campaign has Begun!

Check out the first two levels of the Starlight: Arcade campaign!

How to Make a Scrollbar Section in Unity

Unity UI Navigation: Using a Scrollbar

Here are some quick tips and tutorial references to help you creating a scroll-able area for text, buttons and other UI elements in Unity.