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
tried to upgrade to new version 0.18; as title says, the included migration fails when loading a hair asset from an asset bundle, but only in builds, in editor it works fine. This is the error message:
NullReferenceException: Object reference not set to an instance of an object.
at Unity.DemoTeam.Hair.HairAsset.PerformMigrationStep () [0x00000] in <00000000000000000000000000000000>:0
at Unity.DemoTeam.Hair.VersionedDataUtility.HandleVersionChange[T] (T ctx) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.AssetBundle.LoadAsset_Internal (System.String name, System.Type type) [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.AssetBundle.LoadAsset[T] (System.String name) [0x00000] in <00000000000000000000000000000000>:0
The text was updated successfully, but these errors were encountered:
Hi,
tried to upgrade to new version 0.18; as title says, the included migration fails when loading a hair asset from an asset bundle, but only in builds, in editor it works fine. This is the error message:
The text was updated successfully, but these errors were encountered: