Skip to content

Commit 806de5a

Browse files
committed
chore: add PlatformAllowList for fab submission
1 parent 3b0d745 commit 806de5a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Ecsact.uplugin

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,20 @@
2323
{
2424
"Name": "Ecsact",
2525
"Type": "Runtime",
26-
"LoadingPhase": "PreDefault"
26+
"LoadingPhase": "PreDefault",
27+
"PlatformAllowList": ["Win64"]
2728
},
2829
{
2930
"Name": "EcsactEditor",
3031
"Type": "Editor",
31-
"LoadingPhase": "Default"
32+
"LoadingPhase": "Default",
33+
"PlatformAllowList": ["Win64"]
3234
},
3335
{
3436
"Name": "EcsactUnrealCodegenPlugin",
3537
"Type": "Editor",
36-
"LoadingPhase": "None"
38+
"LoadingPhase": "None",
39+
"PlatformAllowList": ["Win64"]
3740
}
3841
]
39-
}
42+
}

0 commit comments

Comments
 (0)