Updated Kcp and Telepathy AsmDef's to exclude WebFL

This commit is contained in:
MrGadget1024 2022-01-11 11:51:07 -05:00
parent fbfe3b55fc
commit d35a59d72f
2 changed files with 43 additions and 4 deletions

View File

@ -1,9 +1,28 @@
{
"name": "kcp2k",
"rootNamespace": "",
"references": [
"GUID:63c380d6dae6946209ed0832388a657c"
],
"includePlatforms": [],
"includePlatforms": [
"Android",
"CloudRendering",
"Editor",
"GameCoreScarlett",
"GameCoreXboxOne",
"iOS",
"LinuxStandalone64",
"Lumin",
"macOSStandalone",
"PS4",
"PS5",
"Stadia",
"Switch",
"tvOS",
"WSA",
"WindowsStandalone64",
"XboxOne"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,

View File

@ -1,12 +1,32 @@
{
"name": "Telepathy",
"rootNamespace": "",
"references": [],
"optionalUnityReferences": [],
"includePlatforms": [],
"includePlatforms": [
"Android",
"CloudRendering",
"Editor",
"GameCoreScarlett",
"GameCoreXboxOne",
"iOS",
"LinuxStandalone64",
"Lumin",
"macOSStandalone",
"PS4",
"PS5",
"Stadia",
"Switch",
"tvOS",
"WSA",
"WindowsStandalone64",
"XboxOne"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}