File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
unitypackage-builder/Editor Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
## prebuilt library
8
8
9
9
- prebuilt library are maintained by [ prebuilt-libsodium] ( https://github.com/netpyoung/prebuilt-libsodium )
10
- - libsodium 1.0.18
10
+ - libsodium 1.0.19
11
11
12
12
## installation
13
13
20
20
using #{version} for versioning.
21
21
22
22
``` json
23
- "com.netpyoung.libsodium" : " https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.0 "
23
+ "com.netpyoung.libsodium" : " https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.1 "
24
24
```
25
25
26
26
## Example
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.netpyoung.libsodium" ,
3
3
"displayName" : " Unity.LibSodium" ,
4
- "version" : " 0.2.0 " ,
4
+ "version" : " 0.2.1 " ,
5
5
"unity" : " 2018.4" ,
6
6
"description" : " libsodium made easy for Unity3d." ,
7
7
"keywords" : [ " libsodium" , " unity.libsodium" ],
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public class PackageTool
5
5
[ MenuItem ( "Package/Update Package" ) ]
6
6
private static void UpdatePackage ( )
7
7
{
8
- const string VERSION = "0.2.0 " ;
8
+ const string VERSION = "0.2.1 " ;
9
9
AssetDatabase . ExportPackage (
10
10
new [ ] { "Assets/unity.libsodium" } ,
11
11
$ "../unity.libsodium-{ VERSION } .unitypackage",
You can’t perform that action at this time.
0 commit comments