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 77## prebuilt library
88
99- prebuilt library are maintained by [ prebuilt-libsodium] ( https://github.com/netpyoung/prebuilt-libsodium )
10- - libsodium 1.0.19
10+ - libsodium 1.0.20-RELEASE
1111
1212## installation
1313
2020using #{version} for versioning.
2121
2222``` json
23- "com.netpyoung.libsodium" : " https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.2 "
23+ "com.netpyoung.libsodium" : " https://github.com/netpyoung/unity.libsodium.git?path=unity.libsodium/Assets/unity.libsodium#0.2.3 "
2424```
2525
2626## Example
Original file line number Diff line number Diff line change 11{
22 "name" : " com.netpyoung.libsodium" ,
33 "displayName" : " Unity.LibSodium" ,
4- "version" : " 0.2.2 " ,
4+ "version" : " 0.2.3 " ,
55 "unity" : " 2018.4" ,
66 "description" : " libsodium made easy for Unity3d." ,
77 "keywords" : [ " libsodium" , " unity.libsodium" ],
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ public class PackageTool
55 [ MenuItem ( "Package/Update Package" ) ]
66 private static void UpdatePackage ( )
77 {
8- const string VERSION = "0.2.2 " ;
8+ const string VERSION = "0.2.3 " ;
99 AssetDatabase . ExportPackage (
1010 new [ ] { "Assets/unity.libsodium" } ,
1111 $ "../unity.libsodium-{ VERSION } .unitypackage",
You can’t perform that action at this time.
0 commit comments