Last updated: Sep 11, 2022

Introduction

The Game Start Service helps us with taking care of the very specific task of letting everything in the game know when it has, in fact, started. This is very specific to the asset’s demo scenes, really, as it is mostly useful for making sure that we cannot press any input before our loading screens are over.

You can find the Game Start Service script ****at this path: Assets\Infima Games\Low Poly Animated - Modern Guns\Demo\Code\Services\GameStartService.cs

Fields

Has Started. True if the game has started.

Has Clicked Start. True if the player has clicked to start the game.

Methods

Set Started. Sets the value of Has Started.

Set Clicked To Start. Sets the value of Has Clicked To Start.

Reset. Resets all values to false.

Functions

Has Started. Returns the value of Has Started.

Has Clicked To Start. Returns the value of Has Clicked To Start.