Open in app

Sign in

Write

Sign in

Ryan McCoach
Ryan McCoach

51 Followers

Home

About

2 days ago

Timeline: Loading Scenes

Intro We are going to cover how to load the next scene in your Unity project using Timeline. This is great for creating a cutscene that ends the scene and will automatically load the next. This will use a loading bar I previous wrote about and you can find below. Unity UI: Loading Bar Introryanjmccoach.medium.com Timeline In…

Unity

2 min read

Timeline: Loading Scenes
Timeline: Loading Scenes
Unity

2 min read


Nov 13

Unity: Detecting Idle Player

Intro In this article, I will cover how to detect if the player hasn’t touch the controls after designated amount of time (seconds). This can be helpful to trigger an idle cutscene, animation or pauses the game. My example will trigger an idle cutscene that plays until the player reengages with…

Unity

3 min read

Unity: Detecting Idle Player
Unity: Detecting Idle Player
Unity

3 min read


Nov 9

Unity: Rotate & Rotate Around

Intro In this article we are going to discuss how to make an object rotate and rotate around another object. Rotate Using transform.Rotate method we can rotate a game object along the 3-axis (X,Y,Z) at a given speed.

Unity

3 min read

Unity: Rotate & Rotate Around
Unity: Rotate & Rotate Around
Unity

3 min read


Nov 3

C# Unity — Random-ish Number (Do-While Loop)

Intro In article, I will cover a way to use create a quick and easy way to randomize a number, but avoid picking the previous number. This can be helpful when you are OCD and using the Random.Range to choose a game object to appear (power up, enemy, etc.) and hate…

Unity

2 min read

C# Unity — Random-ish Number (Do-While Loop)
C# Unity — Random-ish Number (Do-While Loop)
Unity

2 min read


Jul 18

Unity UI: Drag & Drop Items

Intro In this article I will cover how to click to drag objects and drop them into the correct slots. The UI is made up 3 slot images and 3 gem images. The slots each have a color that matches one of the gems’ colors.

Unity

6 min read

Unity UI: Drag & Drop Items
Unity UI: Drag & Drop Items
Unity

6 min read


Jul 17

Unity UI: Events & An Animated Charge Bar

Intro This article will cover using Unity’s UI Events to create a simple animated charge bar. This could be used for a number of game mechanics like a charged shot or determine the power of a projectile. UI Setup The Charge Bar will be made up a text, slider and butt element.

Unity

6 min read

Unity UI: Events & An Animated Charge Bar
Unity UI: Events & An Animated Charge Bar
Unity

6 min read


Jul 16

Unity UI: Grid Layout

Intro In this article we are going to cover how to utilize the Grid Layout Group UI component in creating a bonus game. This game will spawn 10 items that will randomly pick 5 different gem values and populate them into the grid. The user has 3 clicks to pick cards…

UI

7 min read

Unity UI: Grid Layout
Unity UI: Grid Layout
UI

7 min read


Jul 15

Unity UI: Pause Menu

Intro In this article I will cover how to create a pause menu that will stop the game and allow you to adjust the volume and brightness using sliders. In the scene, we just have a simple cube that continuously rotates to show that when the game is paused and the…

Unity

6 min read

Unity UI: Pause Menu
Unity UI: Pause Menu
Unity

6 min read


Jul 13

Unity UI: Multi-Digit Pin Pad

Intro In this article we will cover how to check for a multi-digit string to see if it is correct by creating a pin pad. Pin Pad Setup The Pin Pad UI will require a text that will display the pin that is being entered and an authentication text to let the user know…

Unity

5 min read

Unity UI: Multi-Digit Pin Pad
Unity UI: Multi-Digit Pin Pad
Unity

5 min read


Jul 10

Unity UI: Dropdowns

Intro In this article I will give an overview of the Dropdown UI component and how to link it to a script to make a simple difficulty setting menu. Dropdown Overview The dropdown UI component has a few child components and we will go through each to give you an idea what they…

Unity

5 min read

Unity UI: Dropdowns
Unity UI: Dropdowns
Unity

5 min read

Ryan McCoach

Ryan McCoach

51 Followers
Following
  • Kiki Prottsman

    Kiki Prottsman

  • GameDev Dustin

    GameDev Dustin

  • James West

    James West

  • Rehtse Studio

    Rehtse Studio

  • Thomas Kesler

    Thomas Kesler

See all (13)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams