Method ProcessBundledAssetSchema
ProcessBundledAssetSchema(BundledAssetGroupSchema, AddressableAssetGroup, AddressableAssetsBuildContext)
The processing of the bundled asset schema. This is where the bundle(s) for a given group are actually setup.
선언
protected virtual string ProcessBundledAssetSchema(BundledAssetGroupSchema schema, AddressableAssetGroup assetGroup, AddressableAssetsBuildContext aaContext)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| BundledAssetGroupSchema | schema | The BundledAssetGroupSchema to process |
| AddressableAssetGroup | assetGroup | The group this schema was pulled from |
| AddressableAssetsBuildContext | aaContext | The general Addressables build builderInput |
반환
| 타입 | 설명 |
|---|---|
| string | The error string, if any. |