fix module types and loading order
This commit is contained in:
+14
-14
@@ -32,7 +32,7 @@
|
||||
{
|
||||
"Name": "SenseGloveBuildHacks",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -41,7 +41,7 @@
|
||||
{
|
||||
"Name": "SenseGloveConnect",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -50,7 +50,7 @@
|
||||
{
|
||||
"Name": "SenseGloveConnectImpl",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -59,7 +59,7 @@
|
||||
{
|
||||
"Name": "SenseGloveConnectKismet",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -68,7 +68,7 @@
|
||||
{
|
||||
"Name": "SenseGloveCore",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -77,7 +77,7 @@
|
||||
{
|
||||
"Name": "SenseGloveCoreImpl",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -86,7 +86,7 @@
|
||||
{
|
||||
"Name": "SenseGloveCoreKismet",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -94,8 +94,8 @@
|
||||
},
|
||||
{
|
||||
"Name": "SenseGloveEditor",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"Type": "Editor",
|
||||
"LoadingPhase": "PostEngineInit",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -104,7 +104,7 @@
|
||||
{
|
||||
"Name": "SenseGloveInterop",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -113,7 +113,7 @@
|
||||
{
|
||||
"Name": "SenseGloveKismet",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -122,7 +122,7 @@
|
||||
{
|
||||
"Name": "SenseGloveLog",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -131,7 +131,7 @@
|
||||
{
|
||||
"Name": "SenseGloveTypes",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
@@ -140,7 +140,7 @@
|
||||
{
|
||||
"Name": "SenseGloveUtils",
|
||||
"Type": "Runtime",
|
||||
"LoadingPhase": "Default",
|
||||
"LoadingPhase": "PreDefault",
|
||||
"WhitelistPlatforms": [
|
||||
"Linux",
|
||||
"Win64"
|
||||
|
||||
Reference in New Issue
Block a user