From 974ee95dfad3190bbac5e7f1220068160f039fdf Mon Sep 17 00:00:00 2001 From: Matthew Casey Date: Tue, 28 Feb 2017 16:54:53 -0500 Subject: [PATCH] Fix issue when starting editor This fixes an issue when starting the editor where the behavior tree cannot find BTTask_FlyTo --- DonAINavigation.uplugin | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DonAINavigation.uplugin b/DonAINavigation.uplugin index 3faea85..0c49966 100644 --- a/DonAINavigation.uplugin +++ b/DonAINavigation.uplugin @@ -19,7 +19,8 @@ [ { "Name" : "DonAINavigation", - "Type" : "Runtime" + "Type" : "Runtime", + "LoadingPhase" : "PreDefault" } ] }