Skip to content

Commit 49a8617

Browse files
authored
Update README.md
1 parent 0fd5f69 commit 49a8617

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

README.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,34 @@
1-
# JsonSaveLoadService
1+
<h1 align="center">⭐ Json Save Load Service ⭐</h1>
2+
<p align="center">
3+
<a>
4+
<img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity">
5+
</a>
6+
<a>
7+
<img alt="License" src="https://img.shields.io/github/license/RimuruDev/Unity-JsonSaveLoadService?logo=github">
8+
</a>
9+
<a>
10+
<img alt="Last Commit" src="https://img.shields.io/github/last-commit/RimuruDev/Unity-JsonSaveLoadService?logo=Mapbox&color=orange">
11+
</a>
12+
<a>
13+
<img alt="Repo Size" src="https://img.shields.io/github/repo-size/RimuruDev/Unity-JsonSaveLoadService?logo=VirtualBox">
14+
</a>
15+
<a>
16+
<img alt="Downloads" src="https://img.shields.io/github/downloads/RimuruDev/Unity-JsonSaveLoadService/total?color=brightgreen">
17+
</a>
18+
<a>
19+
<img alt="Last Release" src="https://img.shields.io/github/v/release/RimuruDev/Unity-JsonSaveLoadService?include_prereleases&logo=Dropbox&color=yellow">
20+
</a>
21+
<a>
22+
<img alt="GitHub stars" src="https://img.shields.io/github/stars/RimuruDev/Unity-JsonSaveLoadService?branch=main&label=Stars&logo=GitHub&logoColor=ffffff&labelColor=282828&color=informational&style=flat">
23+
</a>
24+
<a>
25+
<img alt="GitHub user stars" src="https://img.shields.io/github/stars/RimuruDev?affiliations=OWNER&branch=main&label=User%20Stars&logo=GitHub&logoColor=ffffff&labelColor=282828&color=informational&style=flat">
26+
</a>
27+
<a>
28+
<img alt="" src="https://img.shields.io/github/watchers/RimuruDev/Unity-JsonSaveLoadService?style=flat">
29+
</a>
30+
</p>
31+
232

333
## Overview
434
`JsonSaveLoadService` is a flexible and powerful service designed for saving and loading data in Unity applications. It supports various data types including primitives, custom objects, and collections like Dictionary, HashSet, List, Queue, and Stack. This service ensures cross-platform compatibility (PC, Android, Web) and includes functionality for handling default values when loading data for the first time.

0 commit comments

Comments
 (0)