Fix plugins initialization order to properly unload scenes before them in cooked game
This commit is contained in:
@@ -29,7 +29,7 @@ class PrefabManagerService : public EngineService
|
||||
{
|
||||
public:
|
||||
PrefabManagerService()
|
||||
: EngineService(TEXT("Prefab Manager"), 110)
|
||||
: EngineService(TEXT("Prefab Manager"))
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user