Documentation for ParserStartup Class

The 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.


Class Overview

Purpose

Key Features

  1. Automatically triggers the Populate method on all ParsedScriptableObject instances.
  2. Tracks the progress of data population.
  3. Fires an event when all data has been successfully populated.

Fields

parsedScriptableObjects

_populatedCount