mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-07-30 06:28:17 -05:00
fix: 無名のアセットファイルを生成しようとする
This commit is contained in:
parent
97eb58b4fc
commit
e87666994c
|
|
@ -74,6 +74,9 @@ namespace UniGLTF
|
|||
if (path.StartsWith('.'))
|
||||
path = '+' + path;
|
||||
|
||||
if (path == "")
|
||||
path = "(empty)";
|
||||
|
||||
return path;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -69,6 +69,8 @@ namespace UniVRM10
|
|||
}
|
||||
if (path.StartsWith('.'))
|
||||
path = '+' + path;
|
||||
if (path == "")
|
||||
path = "(empty)";
|
||||
return path;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user