884 B
884 B
sidebar_position
sidebar_position |
---|
1 |
System Setup
Overview
The System module provides global access to sprite frames and animation assets, enabling efficient resource management across the game.
Sprite Frame Provider
The SpriteFrameProvider allows global access to sprite frames from anywhere in the codebase.
Setup Steps:
- Configure the SpriteFrameProvider to register sprite assets.
- Ensure all sprite frames are added to the provider for global access.
Animation Provider
The Animation Provider manages and exposes game-related animation assets globally.
Setup Steps:
- Register animation assets in the Animation Provider.
- Verify that animations are correctly linked to their respective prefabs.