https://github.com/bayatgames/savesystem
The source code of Bayat - Save System for Unity engine.
https://github.com/bayatgames/savesystem
unity unity3d
Last synced: 4 months ago
JSON representation
The source code of Bayat - Save System for Unity engine.
- Host: GitHub
- URL: https://github.com/bayatgames/savesystem
- Owner: BayatGames
- License: other
- Created: 2020-12-25T11:01:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T20:53:30.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:06:11.660Z (about 1 year ago)
- Topics: unity, unity3d
- Language: C#
- Homepage: https://bayat.io
- Size: 2.95 MB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Save System
The source code of the Save System for Unity engine.
> This is a paid package for Unity game engine delivered on Unity Asset Store and available here for contributions from the community and a source of education.
## Resources
- [Unity Asset Store](https://assetstore.unity.com/packages/slug/108890)
- [Manual](https://docs.bayat.io/save-system/manual/)
- [API](https://docs.bayat.io/save-system/api/)
- [Integrations](https://docs.bayat.io/save-system/manual/integrations/)
- [Unity Forum Thread](https://forum.unity.com/threads/bayat-save-system-an-ultimate-data-management-solution.817416/)
- [Discord](https://discord.com/invite/HWMqD7T)
## Getting Started
### Prerequisites
- Unity 2019.4
### Download
- Clone the project:
```bash
git clone https://github.com/BayatGames/SaveSystem.git
```
- [Download the latest release](https://github.com/BayatGames/save-system-unity/releases/latest)
- [Download the latest unity package from Unity Asset Store](https://assetstore.unity.com/packages/slug/108890)
### Build documentation
```
docfx docs/docfx.json
```
### Contribute
> We’re excited that you’re interested in contributing! Take a moment to read [`CONTRIBUTING.md`](contribute).
Launch the project using the Unity 2019.4 and start contributing!
## License
[Unity Asset Store Terms and EULA][license] © [Bayat][author]
---
Made with ❤️ by [Bayat][author]
[license]: https://unity3d.com/legal/as_terms
[author]: https://bayat.io
[contribute]: https://github.com/BayatGames/.github/blob/main/CONTRIBUTING.md