Page 1 of 1

Save System for UFPS 1.0.4 Released

Posted: Mon Mar 19, 2018 3:42 pm
by Tony Li
Version 1.0.4 is now available on the Unity Asset Store! It’s still the only dedicated save system for UFPS that restores not just data but also UFPS’s runtime state so UFPS can continue to run properly after loading a saved game. And it’s still just as easy to set up, with no scripting required. (Full source code is included, though.)

Version 1.0.4 Release Notes:
  • Added: Emerald AI save support. (Saves position, health, and current behavior.)
  • Improved: Save System now uses nonallocating (no GC) methods when loading.