💨
Gas Mask System - Doc
  • Gas Mask System - Introduction
  • ⭐Getting Started
    • Quick Start
    • Detailed Setup
  • 📖Manager Defaults
    • GMController
    • UI Manager
    • Health Manager
    • Audio Manager
    • Input Manager
  • ❓Support
    • Frequently Asked Questions
    • UI Text Missing
    • Where are inputs located?
    • Post Processing Errors?
    • FPSController Editing
    • PostProcessing Editing
    • Audio ScriptableObjects
    • System Namespace
  • 🌀Development
    • Patch Notes - V1.5
    • Roadmap
  • 📧Contacts
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page
  1. Manager Defaults

GMController

PreviousDetailed SetupNextUI Manager

Last updated 1 year ago

This is the main controller for the system and adjusting these settings will affect how your gas mask works. I'll detail below:

Variable Name
Description

Max Equip Timer

How fast the gas mask is equipped

Movement speeds

How fast or slow the character moves in the gas area, this can be edited in the "PlayerMovement()" method if you have a different controller

Filter Fall rate

How fast the filter falls over time

Warning Percentage

At what percentage the system should warn the player that the gas mask is low on filter amount

Filter timer

How long each filter will last when full

Mask Filters

How many filters you're currently carrying

Audio References

References to the audio ScriptableObjects for playing audio clips

📖