CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CRI File System classes
FileMajik PRO provides the following classes to control file loading:

CRI File System Utility

This is a utility class to use the functions of the CRI File System from a C# script easily.
You can use WWW-class-like APIs in Unity to control the various components of the CRI File System, such as the loader, the binder and the installer.

CRI File System Loader

This class is used to load files.
It provides a set of APIs that is compatible with the CRI File System library. It is provided for the users who are already familiar with the library.

CRI File System Binder

This is a class used to access CPK files.
It provides a set of APIs that is compatible with the CRI File System library. It is provided for the users who are already familiar with the library.

CRI File System Installer

This is a class used to install files from the network locally.
It provides a set of APIs that is compatible with the CRI File System library. It is provided for the users who are already familiar with the library.