mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
Updated UniGLTF
This commit is contained in:
@@ -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
Submodule UniGLTF updated: d65954fa54...1a7612a866
Reference in New Issue
Block a user