mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
null だと後続で例外。utility なのでフォールバックさせることにした。
This commit is contained in:
@@ -22,6 +22,11 @@ namespace VRM
|
||||
throw new FileNotFoundException(path);
|
||||
}
|
||||
|
||||
if (awaitCaller == null)
|
||||
{
|
||||
awaitCaller = new ImmediateCaller();
|
||||
}
|
||||
|
||||
using (GltfData data = new AutoGltfFileParser(path).Parse())
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user