GBAssetResolver
Summary
Section titled “Summary”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.
Methods
Section titled “Methods”static func _load_from_folder( folder_path: String, asset_type: GDScript ) -> LoadResultInternal helper to load assets from a folder
static func validate_folder_path( folder_path: String ) -> boolValidates that a folder path exists and is accessible
static func get_folder_diagnostics( folder_path: String ) -> DictionaryGets diagnostic information about a folder’s contents
Source
Section titled “Source”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.