From 9a65ff243e50f6468ddb56ac8505a2b5657d2327 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Sat, 19 Nov 2022 06:15:29 +0100 Subject: [PATCH] fix module types and loading order --- SenseGlove.uplugin | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/SenseGlove.uplugin b/SenseGlove.uplugin index bd27441a..b6b5f971 100644 --- a/SenseGlove.uplugin +++ b/SenseGlove.uplugin @@ -31,7 +31,7 @@ { "Name": "SenseGloveBuildHacks", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -40,7 +40,7 @@ { "Name": "SenseGloveConnect", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -49,7 +49,7 @@ { "Name": "SenseGloveConnectImpl", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -58,7 +58,7 @@ { "Name": "SenseGloveConnectKismet", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -67,7 +67,7 @@ { "Name": "SenseGloveCore", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -76,7 +76,7 @@ { "Name": "SenseGloveCoreImpl", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -85,7 +85,7 @@ { "Name": "SenseGloveCoreKismet", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -93,8 +93,8 @@ }, { "Name": "SenseGloveEditor", - "Type": "Runtime", - "LoadingPhase": "Default", + "Type": "Editor", + "LoadingPhase": "PostEngineInit", "WhitelistPlatforms": [ "Linux", "Win64" @@ -103,7 +103,7 @@ { "Name": "SenseGloveInterop", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -112,7 +112,7 @@ { "Name": "SenseGloveKismet", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -121,7 +121,7 @@ { "Name": "SenseGloveLog", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -130,7 +130,7 @@ { "Name": "SenseGloveTypes", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64" @@ -139,7 +139,7 @@ { "Name": "SenseGloveUtils", "Type": "Runtime", - "LoadingPhase": "Default", + "LoadingPhase": "PreDefault", "WhitelistPlatforms": [ "Linux", "Win64"