mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-27 13:24:42 -05:00
fix: 無名のアセットファイルを生成しようとする
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user