Move Assets/VRM.Samples/Resource/Models to Assets/StreamingAssets/VRM.Samples. Add motion data to StreamAssets. Fix pathes for models/motions in VRM.Samples

This commit is contained in:
yutopp
2019-01-07 18:29:58 +09:00
parent 26ebf0083c
commit f74252d83c
12 changed files with 4180 additions and 22 deletions

View File

@@ -205,7 +205,7 @@ namespace VRM
m_open.onClick.AddListener(OnOpenClicked);
// load initial bvh
LoadMotion(Application.streamingAssetsPath + "/test.txt");
LoadMotion(Application.streamingAssetsPath + "/VRM.Samples/Motions/test.txt");
string[] cmds = System.Environment.GetCommandLineArgs();
if (cmds.Length > 1)