Skip to content

Commit

Permalink
Editor Assembly Definition Fix
Browse files Browse the repository at this point in the history
- Fixed issue where an editor-only assembly definition would attempt to be included in player builds.
  • Loading branch information
juniordiscart committed Apr 7, 2024
1 parent bc11c2d commit 74ed7b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"ImpossibleOdds.Core",
"ImpossibleOdds.TacticalCamera"
],
"includePlatforms": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
Expand Down
2 changes: 1 addition & 1 deletion Assets/Impossible Odds/TacticalCamera/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.impossibleodds.tacticalcamera",
"version": "2.2.0",
"version": "2.2.1",
"displayName": "Impossible Odds - Tactical Camera",
"unity": "2020.3",
"documentationUrl": "https://github.com/juniordiscart/ImpossibleOdds-TacticalCamera/blob/master/README.md",
Expand Down

0 comments on commit 74ed7b9

Please sign in to comment.