You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
we have ExtEvents in our project, but it causes a strange error. In WebGL builds, when addressables are used, the error appears in the build:
A scripted object (probably AddressableScene?) has a different serialization layout when loading. (Read 52 bytes but expected 56 bytes)
Did you #ifdef UNITY_EDITOR a section of your serialized properties in any of your scripts?
As soon as ExtEvents are removed, the error no longer occurs. The script in which the error occurs could be reduced to:
using System;
using UnityEngine;
using UnityEngine.AddressableAssets;
public class AddressableScene : MonoBehaviour
{
public AssetReference sceneToLoad;
}
Thank you and best regards
The text was updated successfully, but these errors were encountered:
Hi,
we have ExtEvents in our project, but it causes a strange error. In WebGL builds, when addressables are used, the error appears in the build:
As soon as ExtEvents are removed, the error no longer occurs. The script in which the error occurs could be reduced to:
Thank you and best regards
The text was updated successfully, but these errors were encountered: