diff --git a/Assets/Scripts/ImportGltfast.cs b/Assets/Scripts/ImportGltfast.cs index a557a83ff..25a926d9f 100644 --- a/Assets/Scripts/ImportGltfast.cs +++ b/Assets/Scripts/ImportGltfast.cs @@ -131,6 +131,7 @@ private static async Task _ImportUsingUnityGltf( catch (Exception e) { Debug.LogError("Failed to import using UnityGltf. Falling back to legacy import"); + Debug.LogError($"UnityGltf Exception: {e}"); // Fall back to the older import code GameObject go = _ImportUsingLegacyGltf(localPath, assetLocation); model.CalcBoundsGltf(go);