We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8f15c commit cd98c24Copy full SHA for cd98c24
README.md
@@ -23,9 +23,9 @@
23
## How To Install
24
### Add the line below to `Packages/manifest.json`
25
26
-for version `1.0.1`
+for version `1.0.2`
27
```csharp
28
-"com.wolf-package.game-data":"https://github.com/wolf-package/game-data-unity.git#1.0.1",
+"com.wolf-org.game-data":"https://github.com/wolf-org/game-data-unity.git#1.0.2",
29
```
30
## Use
31
package.json
@@ -1,8 +1,8 @@
1
{
2
- "name": "com.wolf-package.game-data",
+ "name": "com.wolf-org.game-data",
3
"displayName": "UnityCommon-GameData",
4
"description": "System data for game unity",
5
- "version": "1.0.1",
+ "version": "1.0.2",
6
"unity": "2021.3",
7
"category": "virtuesky",
8
"license": "MIT",
0 commit comments