Shared Assets API
Quick Start
import RundotGameAPI from '@series-inc/rundot-game-sdk/api'
const bundleBuffer = await RundotGameAPI.sharedAssets.loadAssetsBundle(
'burger-time',
'CharacterAssets',
)
console.log('Bundle bytes:', bundleBuffer.byteLength)API Reference
loadAssetsBundle(game: string, bundleKey: string): Promise<ArrayBuffer>
loadAssetsBundle(game: string, bundleKey: string): Promise<ArrayBuffer>Third-Party Developer Use Case
Available Bundles
Game
Bundle Key
Description
Best Practices
Last updated