ParserStartup ClassThe ParserStartup class is a Unity MonoBehaviour script that automates the initialization and management of ParsedScriptableObject instances. It ensures that all data objects are populated with external data (e.g., from Google Sheets) during the startup sequence and provides progress tracking and event handling.
ParsedScriptableObject instances at startup.Populate method on all ParsedScriptableObject instances.parsedScriptableObjectsList<ParsedScriptableObject>Serialized (set in Unity Inspector) and private get.ParsedScriptableObject instances to be populated at startup._populatedCount