Skip to content

Commit

Permalink
Fixed issue with Editor scripts not compiling (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Maj authored Sep 12, 2022
1 parent 090bf18 commit 4d8e830
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
18 changes: 18 additions & 0 deletions Editor/AlturaNFT.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "AlturaNFT.Editor",
"rootNamespace": "",
"references": [
"GUID:d67ea1a519fc84929a22ce035e0f8b15"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Editor/AlturaNFT.Editor.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Editor/InstallAlturaDependencies.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static void ShowWindow()
SetSize(win);
}

#region Scri[tinDefines
#region ScriptingDefines
public static bool CheckScriptingDefine(string scriptingDefine)
{
BuildTargetGroup buildTargetGroup = EditorUserBuildSettings.selectedBuildTargetGroup;
Expand Down

0 comments on commit 4d8e830

Please sign in to comment.