File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
23
23
### Add the line below to ` Packages/manifest.json `
24
24
25
- for version ` 1.0.1 `
25
+ for version ` 1.0.2 `
26
26
``` csharp
27
- " com.wolf-package .remote-config" : " https://github.com/wolf-package /remote-config-manager-unity.git#1.0.1 " ,
27
+ " com.wolf-org .remote-config" : " https://github.com/wolf-org /remote-config-manager-unity.git#1.0.2 " ,
28
28
```
29
- dependency ` extensions-unity-1.0.3 `
29
+ dependency ` extensions-unity-1.0.5 `
30
30
``` csharp
31
- " com.wolf-package .extensions" : " https://github.com/wolf-package /extensions-unity.git#1.0.3 " ,
31
+ " com.wolf-org .extensions" : " https://github.com/wolf-org /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
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " com.wolf-package .remote-config" ,
2
+ "name" : " com.wolf-org .remote-config" ,
3
3
"displayName" : " UnityCommon-RemoteConfig" ,
4
4
"description" : " Tool support use firebase remote config for game unity" ,
5
- "version" : " 1.0.1 " ,
5
+ "version" : " 1.0.2 " ,
6
6
"unity" : " 2021.3" ,
7
7
"category" : " virtuesky" ,
8
8
"author" : {
16
16
" RemoteConfig"
17
17
],
18
18
"dependencies" : {
19
- "com.wolf-package .extensions" : " https://github.com/wolf-package /extensions-unity.git#1.0.3 "
19
+ "com.wolf-org .extensions" : " https://github.com/wolf-org /extensions-unity.git#1.0.5 "
20
20
}
21
21
}
You can’t perform that action at this time.
0 commit comments