diff --git a/Assets/Mirror/Runtime/Transport/KCP/kcp2k/kcp2k.asmdef b/Assets/Mirror/Runtime/Transport/KCP/kcp2k/kcp2k.asmdef index 9a90c82f7..898a33793 100644 --- a/Assets/Mirror/Runtime/Transport/KCP/kcp2k/kcp2k.asmdef +++ b/Assets/Mirror/Runtime/Transport/KCP/kcp2k/kcp2k.asmdef @@ -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, diff --git a/Assets/Mirror/Runtime/Transport/Telepathy/Telepathy/Telepathy.asmdef b/Assets/Mirror/Runtime/Transport/Telepathy/Telepathy/Telepathy.asmdef index cd8d16a6a..5b8bc6763 100644 --- a/Assets/Mirror/Runtime/Transport/Telepathy/Telepathy/Telepathy.asmdef +++ b/Assets/Mirror/Runtime/Transport/Telepathy/Telepathy/Telepathy.asmdef @@ -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 } \ No newline at end of file