mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-14 14:59:43 -05:00
@@ -52,7 +52,7 @@ namespace UniHumanoid
|
||||
|
||||
public void Parse(string path)
|
||||
{
|
||||
Parse(path, File.ReadAllText(Path, Encoding.UTF8));
|
||||
Parse(path, File.ReadAllText(path, Encoding.UTF8));
|
||||
}
|
||||
|
||||
public void Parse(string path, string source)
|
||||
|
||||
Reference in New Issue
Block a user