Skip to content

Commit 53fc807

Browse files
author
Roberto De Ioris
committed
changed loading phases
1 parent 8c458bf commit 53fc807

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

UnrealEnginePython.uplugin

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@
1818
{
1919
"Name": "UnrealEnginePython",
2020
"Type": "Runtime",
21-
"LoadingPhase": "PreDefault"
21+
"LoadingPhase": "Default"
2222
},
2323
{
2424
"Name": "PythonConsole",
25-
"Type": "Editor"
25+
"Type": "Editor",
26+
"LoadingPhase": "PostDefault"
2627
},
2728
{
2829
"Name" : "PythonEditor",
29-
"Type" : "Editor"
30+
"Type" : "Editor",
31+
"LoadingPhase": "PostDefault"
3032
}
3133
]
3234
}

0 commit comments

Comments
 (0)