add warning

This commit is contained in:
ousttrue
2022-05-12 16:00:32 +09:00
parent edcfac499f
commit 8ed88db8df

View File

@@ -23,7 +23,8 @@ namespace VRM
}
if (awaitCaller == null)
{
{
Debug.LogWarning("VrmUtility.LoadAsync: awaitCaller argument is null. ImmediateCaller is used as the default fallback. When playing, we recommend RuntimeOnlyAwaitCaller.");
awaitCaller = new ImmediateCaller();
}