trying now.
edit: followed steps properly
wont move or do anything no matter what i try.
this is what I get in debug:
System.InvalidOperationException: The current navmesh is null!
at Tripper.Navigation.Navigator.(TileIdentifier tile, LoadedTileFlags tileFlags, Boolean log)
at Tripper.Navigation.Navigator.FindMeshHeights(Single x, Single y)
at Styx.Logic.Pathing.Navigator.FindMeshHeights(Single x, Single y)
at ..(Vector3& pos)
at QuestBot.Objectives.TurnInQuestObjective.GetObjectiveLocation()
at QuestBot.Actions.PerformQuestObjective..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.()
System.InvalidOperationException: The current navmesh is null!
at Tripper.Navigation.Navigator.(TileIdentifier tile, LoadedTileFlags tileFlags, Boolean log)
at Tripper.Navigation.Navigator.FindMeshHeights(Single x, Single y)
at Styx.Logic.Pathing.Navigator.FindMeshHeights(Single x, Single y)
at ..(Vector3& pos)
at QuestBot.Objectives.TurnInQuestObjective.GetObjectiveLocation()
at QuestBot.Actions.PerformQuestObjective..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.Decorator..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at TreeSharp.PrioritySelector..MoveNext()
at TreeSharp.Composite.Tick(Object context)
at Styx.Logic.BehaviorTree.TreeRoot.()
I tried changing mesh folder to almost every one of them and it still wont work. Any ideas?