mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 04:54:17 -05:00
Updated UniGLTF. Fixed OnLoad
This commit is contained in:
parent
0fec32df71
commit
b49eebfce9
|
|
@ -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
|
|
@ -1 +1 @@
|
|||
Subproject commit 53748bf03229d1c123326cf069bbfe4caa850204
|
||||
Subproject commit 43cbb963b1755231625d22ceeae17bd4d3ee938e
|
||||
Loading…
Reference in New Issue
Block a user