[SUPPORT] Advanced Turn Based Tile Toolkit

Hey , yeah gladly mate

In BP_TurnManager_Hybrid i changed parts of the custom event BeginTurnBasedMode the first “get all actors of class” i changed from BP_Unit_Hybrid to my Child of BP_Unit, the for each loop i changed the cast to my top down character, after the loop completes i changed the cast from the third person character to my character, i replaced the lerp from third person with a cut down one that only moves the camera to my character, after that the “get all actors of class” node i changed to my character

I’ve included all the changes as pictures in this gallery along with the BP_Unit child i created