CRIWARE Unity Plugin Manual  Last Updated: 2024-07-12
CriAddressables Class Reference

Class that provides the functionality for the CRI Addressables More...

Static Public Member Functions

static void ModifyLocators ()
 Resource information update process More...
 
static void ClearAddressableCache (this CriAssetBase asset)
 Clearing asset cache More...
 

Detailed Description

Class that provides the functionality for the CRI Addressables

Member Function Documentation

static void ModifyLocators ( )
inlinestatic

Resource information update process

Description:
Updates the CRIWARE resource information read from the content catalog.
Calls after initializing Addressables and after all content catalogs have been loaded.
If you do not call this method, the download size of the content cannot be obtained correctly.
static void ClearAddressableCache ( this CriAssetBase  asset)
inlinestatic

Clearing asset cache

Description:
Removes the cache of the actual data downloaded via Addressables.
Nothing will be executed if the asset DeployType is not Addressables.

The documentation for this class was generated from the following file: