Documentation for ParsedScriptableObject

The ParsedScriptableObject class serves as an abstract base class for managing and parsing external data sources (e.g., Google Sheets) in a Unity project. It provides a framework for dynamically populating ScriptableObject instances with data fetched from external sources, such as spreadsheets.


Class Overview

Purpose

Key Features

  1. Fetches data from external sources (e.g., Google Sheets) using predefined ranges.
  2. Dynamically populates derived ScriptableObject instances with parsed data.
  3. Supports asynchronous operations to prevent blocking the main thread.
  4. Notifies listeners when data has been successfully populated.

Fields

_sheetsID