Skip to content

Commit

Permalink
Updated the assembly definitions, because older unity version can't r…
Browse files Browse the repository at this point in the history
…esolve assembly dependencies through GUIDs
  • Loading branch information
dbrizov committed Jan 8, 2020
1 parent abfbcf7 commit 9fdc09a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 39 deletions.
35 changes: 0 additions & 35 deletions .gitignore

This file was deleted.

15 changes: 12 additions & 3 deletions Scripts/Core/NaughtyBezierCurves.Core.asmdef
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{
"name": "NaughtyBezierCurves.Core"
}
{
"name": "NaughtyBezierCurves.Core",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": []
}
2 changes: 1 addition & 1 deletion Scripts/Editor/NaughtyBezierCurves.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "NaughtyBezierCurves.Editor",
"references": [
"GUID:d2fe9127b8865fb4bb7faf7e51d4d250"
"NaughtyBezierCurves.Core"
],
"includePlatforms": [
"Editor"
Expand Down

0 comments on commit 9fdc09a

Please sign in to comment.