From cda4fc5e609b81ff8b68103f3a4814f69a84180b Mon Sep 17 00:00:00 2001 From: Tillman Staffen Date: Wed, 11 Mar 2026 14:56:36 +0100 Subject: [PATCH] Limit Deploy Platforms --- Unreal/SPIE_Avatar.uproject | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Unreal/SPIE_Avatar.uproject b/Unreal/SPIE_Avatar.uproject index 556821e..8d560b6 100644 --- a/Unreal/SPIE_Avatar.uproject +++ b/Unreal/SPIE_Avatar.uproject @@ -66,5 +66,10 @@ "Name": "RigLogic", "Enabled": true } + ], + "TargetPlatforms": [ + "AllDesktop", + "WindowsNoEditor", + "Windows" ] } \ No newline at end of file