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.
- Host: GitHub
- URL: https://github.com/seaqqull/unity-save-system-samples
- Owner: Seaqqull
- License: mit
- Created: 2023-05-28T12:38:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T15:31:27.000Z (over 2 years ago)
- Last Synced: 2025-02-03T07:44:34.060Z (over 1 year ago)
- Topics: sample, samples, save-game, save-system, savesystem, unity, unity-3d, unity2d, unity3d
- Language: ShaderLab
- Homepage: https://github.com/Seaqqull/unity-save-system
- Size: 5.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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