How to save home and patrol points along with the enemies? Please
Hi there,
I need to create a save and load for my game. Save method works fine, it saves objects name and current location so it's all good. However, my enemies are assigned to a different home location. It works fine until you try to load the game. All enemies lose their assigned positions, therefore I get hundreds of errors, and the enemy doesn't move.
Is there any way I could save my enemy home positions and patrol points than saving the game? Or is there any way I could reassign these position points to the enemy than they are instantiated on the game load?
Thanks! 
Your answer
Follow this Question
Related Questions
Spawning loot only the first time a level is loaded 1 Answer
Do we have to open SavedGame every time we do a CommitUpdate when using cloud PlayGames services? 1 Answer
How do I make a level code system? 3 Answers
Chunk-based generation DOTS question 0 Answers
Seeing slow performance on play-games-plugin-for-unity OpenWithAutomaticConflictResolution 1 Answer