Tag: canvas

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

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.

Tab Inputs

Unity UI Navigation: Tab through Input Boxes

Here’s a quick script to help with click-free navigation in Unity. Use it to tab through input fields in the canvas.

Image and Canvas Cropping in Gimp

Image and Canvas Cropping in Gimp

Learn a quick and easy way to crop images in Gimp!