Last updated: Sep 15, 2022
The Hide Interface component simply helps us hide the player’s entire interface with the press of a button. There’s not much to this one really as it is only a few lines long and they just set an object active or inactive based on input.
You can find the Hide Interface at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Miscellaneous\HideInterface.cs
Interface Object. The player’s interface object. This is the actual Game Object that we’re going to be messing around with in this script.