Skip to content

Commit

Permalink
Fixed an oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebby1999 committed Sep 12, 2024
1 parent c152819 commit faf9310
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 10 deletions.
19 changes: 16 additions & 3 deletions Editor/Tools/Weaver/com.unity.multiplayer-weaver.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
{
"name": "com.unity.multiplayer-weaver.Editor",
"rootNamespace": "",
"references": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode" : true,
"allowUnsafeCode": true,
"overrideReferences": true,
"precompiledReferences": [
"Mono.Cecil.dll",
"Mono.Cecil.Mdb.dll",
"Mono.Cecil.Pdb.dll",
"Mono.Cecil.Rocks.dll"
]
}
],
"autoReferenced": true,
"defineConstraints": [
"HLAPI_BEPINEXPACK_INSTALLED"
],
"versionDefines": [
{
"name": "bbepis-bepinexpack",
"expression": "5.0.0",
"define": "HLAPI_BEPINEXPACK_INSTALLED"
}
],
"noEngineReferences": false
}
10 changes: 8 additions & 2 deletions Editor/com.unity.multiplayer-hlapi.Editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"BBEPIS_BEPINEXPACK"
"HLAPI_BEPINEXPACK_INSTALLED"
],
"versionDefines": [
{
"name": "bbepis-bepinexpack",
"expression": "5.0.0",
"define": "HLAPI_BEPINEXPACK_INSTALLED"
}
],
"versionDefines": [],
"noEngineReferences": false
}
10 changes: 8 additions & 2 deletions MonoDetector/MonoDetector.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"!BBEPIS_BEPINEXPACK"
"!HLAPI_MONO_INSTALLED"
],
"versionDefines": [
{
"name": "bbepis-bepinexpack",
"expression": "5.0.0",
"define": "HLAPI_MONO_INSTALLED"
}
],
"versionDefines": [],
"noEngineReferences": false
}
4 changes: 1 addition & 3 deletions Runtime/com.unity.multiplayer-hlapi.Runtime.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"BBEPIS_BEPINEXPACK"
],
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

0 comments on commit faf9310

Please sign in to comment.