iOS build throw exception #589
Unanswered
batiacosta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there.
I'm just trying to deploy on my phone a basic scene with the GLTF Asset script, using the url from the example.
The thing is, it shows the Duck on Unity editor, but once I deploy that scene on my iPhone, the model does not show up.
this is what I get from console:
ystem.Threading.Tasks.Task:FinishContinuations() System.Threading.Tasks.Task
1:TrySetResult(TResult)System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:SetResult(TResult)
GLTFast.d__110:MoveNext()
System.Threading.ExecutionContext:RunInternal(ExecutionContext, ContextCallback, Object, Boolean)
System.Runtime.CompilerServices.MoveNextRunner:Run()
UnityEngine.WorkRequest:Invoke()
UnityEngine.UnitySynchronizationContext:Exec()
NullReferenceException: Object reference not set to an instance of an object.
at GLTFast.Materials.ShaderGraphMaterialGenerator.GenerateDefaultMaterial (System.Boolean pointsSupport) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.Materials.MaterialGenerator.GetDefaultMaterial (System.Boolean pointsSupport) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GameObjectInstantiator.AddPrimitive (System.UInt32 nodeIndex, System.String meshName, UnityEngine.Mesh mesh, System.Int32[] materialIndices, System.UInt32[] joints, System.Nullable
1[T] rootJoint, System.Single[] morphTargetWeights, System.Int32 primitiveNumeration) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport+<>c__DisplayClass116_0.<InstantiateSceneInternal>g__PopulateHierarchy|2 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport+<>c__DisplayClass116_0.g__IterateNodes|0 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex, System.Action
2[T1,T2] callback) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport+<>c__DisplayClass116_0.g__IterateNodes|0 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex, System.Action
2[T1,T2] callback) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport+<>c__DisplayClass116_0.g__IterateNodes|0 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex, System.Action
2[T1,T2] callback) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport+<>c__DisplayClass116_0.g__IterateNodes|0 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex, System.Action
2[T1,T2] callback) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.InstantiateSceneInternal (GLTFast.Schema.Root gltf, GLTFast.IInstantiator instantiator, System.Int32 sceneId) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.InstantiateSceneInternal (GLTFast.Schema.Root gltf, GLTFast.IInstantiator instantiator, System.Int32 sceneId) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfImport+<>c__DisplayClass116_0.g__IterateNodes|0 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex, System.Action
2[T1,T2] callback) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport+<>c__DisplayClass116_0.g__IterateNodes|0 (System.UInt32 nodeIndex, System.Nullable
1[T] parentIndex, System.Action
2[T1,T2] callback) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.InstantiateSceneInternal (GLTFast.Schema.Root gltf, GLTFast.IInstantiator instantiator, System.Int32 sceneId) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.InstantiateSceneInternal (GLTFast.Schema.Root gltf, GLTFast.IInstantiator instantiator, System.Int32 sceneId) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfImport.InstantiateSceneInternal (GLTFast.Schema.Root gltf, GLTFast.IInstantiator instantiator, System.Int32 sceneId) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.InstantiateSceneInternal (GLTFast.Schema.Root gltf, GLTFast.IInstantiator instantiator, System.Int32 sceneId) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateSceneAsync (GLTFast.IInstantiator instantiator, System.Int32 sceneIndex, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.InstantiateMainSceneAsync (GLTFast.IInstantiator instantiator, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].Start[TStateMachine] (TStateMachine& stateMachine) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Instantiate (GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0
at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0
--- End of stack trace from previous location where exception was thrown ---
at GLTFast.GltfAsset.Start () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0
at System.Threading.Tasks.Task.TrySetException (System.Object exceptionObject) [0x00000] in <00000000000000000000000000000000>:0
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetException (System.Exception exception) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAsset.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfAssetBase.Load (System.String gltfUrl, GLTFast.Loading.IDownloadProvider downloadProvider, GLTFast.IDeferAgent deferAgent, GLTFast.Materials.IMaterialGenerator materialGenerator, GLTFast.Logging.ICodeLogger logger) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.String url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Load (System.Uri url, GLTFast.ImportSettings importSettings, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.LoadFromUri (System.Uri url, System.Threading.CancellationToken cancellationToken) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.AwaitTaskContinuation.RunCallback (System.Threading.ContextCallback callback, System.Object state, System.Threading.Tasks.Task& currentTask) [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task.FinishContinuations () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.Tasks.Task
1[TResult].TrySetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0at System.Runtime.CompilerServices.AsyncTaskMethodBuilder
1[TResult].SetResult (TResult result) [0x00000] in <00000000000000000000000000000000>:0 at GLTFast.GltfImport.Prepare () [0x00000] in <00000000000000000000000000000000>:0 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, System.Object state, System.Boolean preserveSyncCtx) [0x00000] in <00000000000000000000000000000000>:0 at System.Runtime.CompilerServices.AsyncMethodBuilderCore+MoveNextRunner.Run () [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00000] in <00000000000000000000000000000000>:0 at UnityEngine.UnitySynchronizationContext.Exec () [0x00000] in <00000000000000000000000000000000>:0 --- End of stack trace from previous location where exception was thrown ---
If you know how to solve the issue, I would appreciate it a lot. Thank you
Beta Was this translation helpful? Give feedback.
All reactions