Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Very cool game, my i use that minigame in my full game? if i ever made one.

(+1)

Sure it was fairly simple to put together
Use a UI Slider element
Make it non interactable
Use a script to make it progress in value (something like slider.value ++) in Update method
Then detect an input and pause the value.
Using some math you can determine what percentage it is (out of 0-1) 
I Used Shader graph to make the bar itself (Green & Red zones) because i had scriptable objects to determine the min & max of the "safe zone" (Green zone that you hit to progress)
https://github.com/WarrrenPeace/Western-Standoff THIS is my GitHub that i used alongside making project, you'll find everything you need in there

(+1)

Thanks man, i really apreciate