Skip to content

Commit

Permalink
Fix player compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Apr 18, 2023
1 parent d2d2b3e commit c0f62ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
using System.Collections.Generic;
using GLTF.Schema;

#if UNITY_EDITOR
using UnityEditor.AssetImporters;
#endif

namespace UnityGLTF.Plugins
{
Expand Down
2 changes: 1 addition & 1 deletion UnityGLTF/Assets/UnityGLTF/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "org.khronos.unitygltf",
"displayName": "UnityGLTF",
"version": "2.0.0-exp",
"version": "2.0.0-exp.1",
"unity": "2019.4",
"description": "Unity3D library for importing and exporting GLTF 2.0 assets. https://github.com/KhronosGroup/UnityGLTF",
"keywords": [
Expand Down

0 comments on commit c0f62ea

Please sign in to comment.