mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-11 21:14:19 -05:00
Updated UniGLTF
This commit is contained in:
parent
dc2ebb369f
commit
3d277731ed
|
|
@ -12,7 +12,7 @@ namespace VRM
|
|||
public VRMExporter(glTF gltf) : base(gltf)
|
||||
{ }
|
||||
|
||||
public static glTF Export(GameObject go)
|
||||
public new static glTF Export(GameObject go)
|
||||
{
|
||||
var gltf = new glTF();
|
||||
using (var exporter = new VRMExporter(gltf)
|
||||
|
|
|
|||
2
UniGLTF
2
UniGLTF
|
|
@ -1 +1 @@
|
|||
Subproject commit d65954fa54388b15273293b9c87d97370195426e
|
||||
Subproject commit 1a7612a866487b5a442e93d390ec62a9b1d93961
|
||||
Loading…
Reference in New Issue
Block a user