Skip to content

GBAssetResolver

Centralized asset resolver for loading Grid Building resources from folders.

Provides unified loading functionality for placeables, category tags, and other Grid Building assets. Supports both folder-based loading and individual asset arrays. Handles resource validation and provides consistent error handling across the plugin.

static func _load_from_folder( folder_path: String, asset_type: GDScript ) -> LoadResult

Internal helper to load assets from a folder

static func validate_folder_path( folder_path: String ) -> bool

Validates that a folder path exists and is accessible

static func get_folder_diagnostics( folder_path: String ) -> Dictionary

Gets diagnostic information about a folder’s contents

addons/grid_building/utils/gb_asset_resolver.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.