Category: Tips & Tutorials

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!

Tiling Images for Unity Textures

Image Tiling in Gimp for Unity Textures

Sometimes you want to use an image as a texture for a material. Grass, stone, wood, etc. Learn how to use Gimp to do just that!

How To Get Blender Objects Into Unity

Getting Blender Assets into Unity

Need help getting Blender objects into Unity? Want to make sure your material/texture mapping transfers over? Look no further! Here’s the quick way I do it.

Blender Cycles Render

Baking Textures in Blender: Learn from My Frustration!

It took me a ridiculous amount of time to figure out how to bake textures in Blender. One problem would lead to another, then to another. But I finally figured it out. Read this post to figure out the mistakes I made and learn how I finally got it done. Hopefully this will help make your life easier.

Mirror Modeling in Blender

Mirror Modeling in Blender

A lot of objects and models from vehicles, to furniture, to spaceships use symmetry. Read this post to figure out how to apply a mirror modifier in Blender and make your edits symmetrical.

Responsive WebGL Template from SIMMER.IO

Auto-Sizing a WebGL Unity Game

Check out this cool Unity asset that automatically resizes your game window to match any screen!

Taking Screenshots In Unity

In-Game Screenshots in Unity

Learn a short script to enable screenshots within your Unity games!