mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
@@ -10,7 +10,7 @@ namespace UniGLTF
|
||||
{
|
||||
public class UniGLTFTests
|
||||
{
|
||||
static GameObject CreateSimpelScene()
|
||||
static GameObject CreateSimpleScene()
|
||||
{
|
||||
var root = new GameObject("gltfRoot").transform;
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace UniGLTF
|
||||
[Test]
|
||||
public void UniGLTFSimpleSceneTest()
|
||||
{
|
||||
var go = CreateSimpelScene();
|
||||
var go = CreateSimpleScene();
|
||||
var context = new ImporterContext();
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user