Skip to content

Commit

Permalink
Using preprocessor directives for better end user experience
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebby1999 committed Sep 6, 2024
1 parent ab4c0e7 commit c152819
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 281 deletions.
18 changes: 14 additions & 4 deletions Editor/com.unity.multiplayer-hlapi.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"name": "com.unity.multiplayer-hlapi.Editor",
"rootNamespace": "",
"references": [
"com.unity.multiplayer-hlapi.Runtime",
"com.unity.multiplayer-weaver.Editor"
"com.unity.multiplayer-hlapi.Runtime",
"com.unity.multiplayer-weaver.Editor"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": []
}
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"BBEPIS_BEPINEXPACK"
],
"versionDefines": [],
"noEngineReferences": false
}
5 changes: 4 additions & 1 deletion MonoDetector/MonoDetector.asmdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "MonoDetector",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
Expand All @@ -9,7 +10,9 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"defineConstraints": [
"!BBEPIS_BEPINEXPACK"
],
"versionDefines": [],
"noEngineReferences": false
}
14 changes: 12 additions & 2 deletions Runtime/com.unity.multiplayer-hlapi.Runtime.asmdef
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "com.unity.multiplayer-hlapi.Runtime",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": []
}
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"BBEPIS_BEPINEXPACK"
],
"versionDefines": [],
"noEngineReferences": false
}
8 changes: 0 additions & 8 deletions ThunderstoreRelated.meta

This file was deleted.

21 changes: 0 additions & 21 deletions ThunderstoreRelated/LICENSE.md

This file was deleted.

7 changes: 0 additions & 7 deletions ThunderstoreRelated/LICENSE.md.meta

This file was deleted.

26 changes: 0 additions & 26 deletions ThunderstoreRelated/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions ThunderstoreRelated/README.md.meta

This file was deleted.

Binary file removed ThunderstoreRelated/ZIP.zip
Binary file not shown.
7 changes: 0 additions & 7 deletions ThunderstoreRelated/ZIP.zip.meta

This file was deleted.

Binary file removed ThunderstoreRelated/icon.png
Binary file not shown.
92 changes: 0 additions & 92 deletions ThunderstoreRelated/icon.png.meta

This file was deleted.

Binary file removed ThunderstoreRelated/iconHD.png
Binary file not shown.
92 changes: 0 additions & 92 deletions ThunderstoreRelated/iconHD.png.meta

This file was deleted.

7 changes: 0 additions & 7 deletions ThunderstoreRelated/manifest.json

This file was deleted.

7 changes: 0 additions & 7 deletions ThunderstoreRelated/manifest.json.meta

This file was deleted.

0 comments on commit c152819

Please sign in to comment.