Skip to content

Raw Files

Matthew LaRocca edited this page Oct 11, 2021 · 1 revision

Raw files copied as is into the Asset bundle. They can be used to load game data that is needed by your own game logic. These files are accessed using the filesystem functions of the API.

In the asset manifest, the raw files are just simply enumerated as a string array of paths.

"raw": [
    "sample.txt"
]
Clone this wiki locally