Skip to content

Commit

Permalink
Fixed Compile Errors by adding Editor Folder Assembly Definition (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
Podden authored Nov 15, 2024
1 parent 6238237 commit 03780b7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "UnityUtils.Editor",
"rootNamespace": "UnityUtils.Editor",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

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

1 comment on commit 03780b7

@Ddemon26
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, this would of been something i overlooked.

Please sign in to comment.