Skip to content

Instantly share code, notes, and snippets.

@aikixd
aikixd / example.md
Created December 19, 2019 11:37
Xenko recepie example

Loading additional asset databases

Xenko accesses physical files through virtual file system abstraction. So in order to access the asset database, you first need to mount the physical directory into the virtual file system.

Once that is done you can instanciate a new content manager by providing it a virtual path to the asset database.