mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 13:54:45 -05:00
add warning
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user