Unity Learn home
View Tutorial Content

Implement data persistence between sessions

Tutorial
Foundational
+10 XP
20 Mins
(3451)
Overview
Live
Summary
In this tutorial, you’ll write code to save and load the color that the user selects so that it persists between sessions of the application. By the end of this tutorial, you will be able to:
  • Call the appropriate start-up methods in the initialization sequence of the app
  • Store and organize data by applying data structures such as lists and dictionaries
  • Save user data in the shutdown sequence of the app
Select your Unity version
Last updated: January 04, 2024
2022.3
2021.3
2021.2
2021.1
2020.3
Language
English
Implement data persistence between sessions