Enum BundledAssetGroupSchema.BundleInternalIdMode
Defines how internal bundles are named. This is used for both caching and for inter-bundle dependecies. If possible, GroupGuidProjectIdHash should be used as it is stable and unique between projects.
네임스페이스: UnityEditor.AddressableAssets.Settings.GroupSchemas
어셈블리: solution.dll
구문
public enum BundledAssetGroupSchema.BundleInternalIdMode
필드
이름 | 설명 |
---|---|
GroupGuid | Use the guid of the group asset |
GroupGuidProjectIdEntriesHash | Use the hash of the group asset, the project id and the guids of the entries in the group |
GroupGuidProjectIdHash | Use the hash of the group asset guid and the project id |