Skip to content

Commit

Permalink
fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hybridherbst committed Apr 19, 2023
1 parent 36a4a6b commit c630fed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UnityGLTF/Assets/UnityGLTF/Editor/Scripts/GLTFImporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public override void OnImportAsset(AssetImportContext ctx)
plugin.OnBeforeImport();
}

string sceneName = null;
GameObject gltfScene = null;
AnimationClip[] animations = null;
Mesh[] meshes = null;
Expand Down

0 comments on commit c630fed

Please sign in to comment.