Skip to main content

Migration Guidelines

You can migrate the SaveGameSystem folder to your existing project and feel free to update/remove the contents according to your needs.

  • We recommend you to replace GameBase components, sample UI widgets, since usually those are core game specific artifacts. (SaveGameSystem/Blueprints/GameBase and SaveGameSystem/UI)
  • You can use the provided animations or can easily replace them with your own custom animation sequences.
  • Also additional Props, Levels and Textures are also removable, if not required.

Step 1: Right Click on the SaveGameSystem at the Content directory and select Migrate option.

Step1

Step 2: Then make sure you have selected all the artifacts to be migrated to your project. Note that, you can select only the assets you want to be migrated as well, but this may involve broken dependencies once migrated to your project. Therefore, we recommend migrate all the assets first and then once the migration is done, remove or refactor the assets at your own project.

Step2