Skip to content

Commit

Permalink
把Unity.Codes编译通过
Browse files Browse the repository at this point in the history
  • Loading branch information
egametang committed Dec 7, 2023
1 parent b151275 commit 0782c09
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Unity.ConfigClient",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"IGNORE"
],
"versionDefines": [],
"noEngineReferences": false
}

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
@@ -0,0 +1,16 @@
{
"name": "Unity.ConfigServer",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [
"IGNORE"
],
"versionDefines": [],
"noEngineReferences": false
}

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

10 changes: 9 additions & 1 deletion Unity/Assets/Scripts/Codes/Unity.Codes.asmdef
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
{
"name": "Unity.Codes",
"rootNamespace": "",
"references": [],
"references": [
"Unity.Core",
"Unity.ThirdParty",
"Unity.Loader",
"BetterStreamingAssets",
"Unity.Mathematics",
"MemoryPack",
"YooAsset"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
Expand Down
3 changes: 2 additions & 1 deletion Unity/Assets/Scripts/Editor/Unity.Editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"HybridCLR.Runtime",
"HybridCLR.Editor",
"YooAsset",
"Unity.Mathematics"
"Unity.Mathematics",
"Unity.Codes"
],
"includePlatforms": [
"Editor"
Expand Down

0 comments on commit 0782c09

Please sign in to comment.