VGDC 2025-2026 Club Game
Loading...
Searching...
No Matches
GameData Class Reference

General game data that is too big for playerprefs --> use sparingly. More...

Public Member Functions

 GameData ()
 Constructor that will be called when creating a new game.

Data Fields

bool testBool

Detailed Description

General game data that is too big for playerprefs --> use sparingly.

NOTE: This class has not been tested. We want to avoid serializing data if possible because of how easily it can corrupt the system and how large it can make game files.

If we were to implement, we would also want to convert the serialzed data to binary for extra security (AVOIDING USING BINARY FORMATTER AS IT IS UNSAFE).

Constructor & Destructor Documentation

◆ GameData()

GameData.GameData ( )
inline

Constructor that will be called when creating a new game.

Field Documentation

◆ testBool

bool GameData.testBool

The documentation for this class was generated from the following file: