mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-30 23:20:49 -05:00
Updated UniGLTF. Fixed OnLoad
This commit is contained in:
@@ -41,6 +41,8 @@ namespace VRM
|
||||
#region OnLoad
|
||||
protected override void OnLoadModel()
|
||||
{
|
||||
Root.name = "VRM";
|
||||
|
||||
using (MeasureTime("VRM LoadMeta"))
|
||||
{
|
||||
LoadMeta();
|
||||
@@ -64,9 +66,6 @@ namespace VRM
|
||||
{
|
||||
LoadFirstPerson();
|
||||
}
|
||||
|
||||
Root.name = "VRM";
|
||||
Debug.Log(GetSpeedLog());
|
||||
}
|
||||
|
||||
void LoadMeta()
|
||||
|
||||
2
UniGLTF
2
UniGLTF
Submodule UniGLTF updated: 53748bf032...43cbb963b1
Reference in New Issue
Block a user