diff --git a/VContainer/Assets/VContainer/Runtime/Unity/LifetimeScope.cs b/VContainer/Assets/VContainer/Runtime/Unity/LifetimeScope.cs index 3a6e2897..74568919 100644 --- a/VContainer/Assets/VContainer/Runtime/Unity/LifetimeScope.cs +++ b/VContainer/Assets/VContainer/Runtime/Unity/LifetimeScope.cs @@ -279,8 +279,7 @@ LifetimeScope GetRuntimeParent() UnityEditor.EnterPlayModeOptions.DisableDomainReload) > 0; if (rootLifetimeScope == null && disableDomainReloading) { - var path = UnityEditor.AssetDatabase.GetAssetPath(rootLifetimeScope); - UnityEngine.Debug.LogError($"VContainerSettings.RootLifetimeScope is missing : {path}. Please try to re-compile C# scripts just once."); + UnityEngine.Debug.LogError("VContainerSettings.RootLifetimeScope is missing. Please try to re-compile C# scripts just once."); } #endif if (rootLifetimeScope != null)