Skip to content

Commit

Permalink
Don't put Editor/ code into standalone builds
Browse files Browse the repository at this point in the history
Fixes #37

Change-Id: Id000b015f5f62e0f2cc2501f56b05a5505a392ee
  • Loading branch information
dubois committed Aug 21, 2019
1 parent e0b441b commit c1ad7f5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "TiltBrushToolkitThirdPartyEditor",
"references": [
"TiltBrushToolkitThirdParty"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"references": [
"TiltBrushToolkitRuntime"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": []
}
2 changes: 1 addition & 1 deletion UnitySDK/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
m_EditorVersion: 2018.4.4f1
m_EditorVersion: 2018.4.6f1

0 comments on commit c1ad7f5

Please sign in to comment.