01
Add the public Unity package from the GitHub URL.
Unity Setup
Unity projects should start with PersistlyGameSaves. Use Last Beacon as a reference sample, not as a required app template.
Setup
Add the public Unity package from the GitHub URL.
Configure PersistlyGameSaves with a ps_test_ runtime key while you build and QA.
Save and load a named slot such as autosave before wiring additional game systems.
Package URL
Open Package Manager -> Add package from git URL -> https://github.com/Persistly/persistly-sdk-unity.git
Open repositorySample
Use the sample to verify create, load, sync, and conflict behavior.
Open sample guide