This commit is contained in:
2026-06-15 18:18:16 +08:00
parent 97c9fba14e
commit 2b9f134e5f
4164 changed files with 386922 additions and 79 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "com.Tivadar.Best.HTTP",
"rootNamespace": "Best.HTTP",
"references": [
"Unity.Burst",
"Unity.Profiling.Core",
"UniTask"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
{
"name": "com.unity.burst",
"expression": "1.8.7",
"define": "BESTHTTP_WITH_BURST"
},
{
"name": "com.unity.profiling.core",
"expression": "1.0.0",
"define": "BESTHTTP_PROFILE"
},
{
"name": "com.cysharp.unitask",
"expression": "1.0.0",
"define": "WITH_UNITASK"
}
],
"noEngineReferences": false
}