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