An open API service indexing awesome lists of open source software.

https://github.com/seaqqull/unity-save-system-samples

Samples of save-system for Unity.
https://github.com/seaqqull/unity-save-system-samples

sample samples save-game save-system savesystem unity unity-3d unity2d unity3d

Last synced: about 1 year ago
JSON representation

Samples of save-system for Unity.

Awesome Lists containing this project

README

          

# :floppy_disk: Save System Samples
Example of [Save-System] usage.

## Description
Allows to understand the functionality of the [Save-System].
[Documentation] contains step-by-step instruction of usage.

## Functionality
- Showcase of auto-saves
- Showcase of multiple [Location]
- Showcase of single [Location]

## How-to setup
There are two ways to install the package:

### Local Installation
You can [add the local](https://docs.unity3d.com/Manual/upm-ui-local.html)
`com.seaqqull.save-system.samples` package (from the repository that you just cloned) to your
project by:

1. Navigating to the menu `Window` -> `Package Manager`.
2. In the package manager window click on the `+` button on the top left of the packages list.
3. Select `Add package from disk...`
4. Navigate into the `com.seaqqull.save-system.samples` folder.
5. Select the `package.json` file.

### Github via Package Manager

1. Navigate to the menu `Window` -> `Package Manager`.
2. In the package manager window click on the `+` button on the top left of the packages list.
3. Select `Add package from git URL...`
4. Enter "https://github.com/Seaqqull/unity-save-system-samples.git?path=/UnitySaveSystemSamples/Assets/com.seaqqull.save-system.samples".
5. Click `Add` button.

[Save-System]: https://github.com/Seaqqull/unity-save-system
[Documentation]: https://github.com/Seaqqull/unity-save-system-samples?path=/UnitySaveSystemSamples/Assets/com.seaqqull.save-system.samples/Documentation/com.seaqqull.save-system.samples.md