hi
I get an error when I run LoadContentCatalogAsync twice.
Exception said “ArgumentOutOfRangeException”.
In ContentCatalogData.cs, m_KeyDataString was empty.
error:
ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: startIndex
System.ThrowHelper.ThrowArgumentOutOfRangeException (System.ExceptionArgument argument, System.ExceptionResource resource) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
System.BitConverter.ToInt32 (System.Byte[ ] value, System.Int32 startIndex) (at <599589bf4ce248909b8a14cbe4a2034e>:0)
UnityEngine.AddressableAssets.ResourceLocators.ContentCatalogData.CreateLocator (System.String providerSuffix) (at Library/PackageCache/com.unity.addressables@1.3.8/Runtime/ResourceLocators/ContentCatalogData.cs:269)
…
Thank you.