|
3 | 3 | <img alt="Made With Unity" src="https://img.shields.io/badge/made%20with-Unity-57b9d3.svg?logo=Unity"> |
4 | 4 | </a> |
5 | 5 | <a> |
6 | | - <img alt="License" src="https://img.shields.io/github/license/wolf-package/remote-config-manager-unity?logo=github"> |
| 6 | + <img alt="License" src="https://img.shields.io/github/license/unity-package/remote-config-manager-unity?logo=github"> |
7 | 7 | </a> |
8 | 8 | <a> |
9 | | - <img alt="Last Commit" src="https://img.shields.io/github/last-commit/wolf-package/remote-config-manager-unity?logo=Mapbox&color=orange"> |
| 9 | + <img alt="Last Commit" src="https://img.shields.io/github/last-commit/unity-package/remote-config-manager-unity?logo=Mapbox&color=orange"> |
10 | 10 | </a> |
11 | 11 | <a> |
12 | | - <img alt="Repo Size" src="https://img.shields.io/github/repo-size/wolf-package/remote-config-manager-unity?logo=VirtualBox"> |
| 12 | + <img alt="Repo Size" src="https://img.shields.io/github/repo-size/unity-package/remote-config-manager-unity?logo=VirtualBox"> |
13 | 13 | </a> |
14 | 14 | <a> |
15 | | - <img alt="Last Release" src="https://img.shields.io/github/v/release/wolf-package/remote-config-manager-unity?include_prereleases&logo=Dropbox&color=yellow"> |
| 15 | + <img alt="Last Release" src="https://img.shields.io/github/v/release/unity-package/remote-config-manager-unity?include_prereleases&logo=Dropbox&color=yellow"> |
16 | 16 | </a> |
17 | 17 | </p> |
18 | 18 |
|
|
24 | 24 |
|
25 | 25 | for version `1.0.2` |
26 | 26 | ```csharp |
27 | | -"com.wolf-org.remote-config":"https://github.com/wolf-org/remote-config-manager-unity.git#1.0.2", |
| 27 | +"com.wolf-org.remote-config":"https://github.com/unity-package/remote-config-manager-unity.git#1.0.2", |
28 | 28 | ``` |
29 | 29 | dependency `extensions-unity-1.0.5` |
30 | 30 | ```csharp |
31 | | -"com.wolf-org.extensions":"https://github.com/wolf-org/extensions-unity.git#1.0.5", |
| 31 | +"com.wolf-org.extensions":"https://github.com/unity-package/extensions-unity.git#1.0.5", |
32 | 32 | ``` |
33 | 33 | If you use [game-data-unity](https://github.com/wolf-package/game-data-unity), add the library below and define symbol `VIRTUESKY_DATA` |
34 | 34 | ```csharp |
35 | | -"com.wolf-org.game-data":"https://github.com/wolf-org/game-data-unity.git#1.0.2", |
| 35 | +"com.wolf-org.game-data":"https://github.com/unity-package/game-data-unity.git#1.0.2", |
36 | 36 | ``` |
37 | 37 |
|
38 | 38 | ## Use |
@@ -99,4 +99,4 @@ Example |
99 | 99 | } |
100 | 100 | } |
101 | 101 |
|
102 | | -``` |
| 102 | +``` |
0 commit comments