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

"Addressables" DeployType implementation class More...

Inheritance diagram for CriCustomAddressableAssetImplCreator:
ICriAssetImplCreator

Public Member Functions

 CriCustomAddressableAssetImplCreator (CriAddressablesPathPair pathPair)
 Creating the "Addressables" DeployType implementation instance More...
 
ICriAssetImpl CreateAssetImpl (AssetImportContext ctx)
 Actual data import process More...
 

Detailed Description

"Addressables" DeployType implementation class

Description:
This class defines the actual data import process with the "Addressables" DeployType.
DeployType can be specified from a script with CriAssetImporter.implementation.

Constructor & Destructor Documentation

Creating the "Addressables" DeployType implementation instance

Parameters
pathPairTarget group to specify
Description:
Specifies the deployment target group and configure the instance. In addition to the default Remote and Local group definitions,
you can also specify a custom group definition asset.
See also
CriAddressablesPathPair, CriAddressablesSetting.Remote, CriAddressablesSetting.Local

Member Function Documentation

ICriAssetImpl CreateAssetImpl ( AssetImportContext  ctx)
inline

Actual data import process

Returns
Actual data storage destination information
Description:
A method that reads a CRIWARE file and returns the path where the actual data will be stored. Called when importing an asset.

Implements ICriAssetImplCreator.


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