Skip to content

Commit

Permalink
refactor(sodium): split libsodium binaries into arm64 and x86_64
Browse files Browse the repository at this point in the history
this is to make older devices supported who cannot use universal binaries.

BREAKING CHANGE: Unity 2020.3 is no longer supported

fix #155
  • Loading branch information
jasonboukheir committed Nov 26, 2022
1 parent c184118 commit e3a0510
Show file tree
Hide file tree
Showing 15 changed files with 115 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
unityVersion: [2020.3.36f1, 2021.3.6f1]
unityVersion: [2020.3.42f1, 2021.3.14f1]
targetPlatform:
# - mac-mono
# - windows-mono
Expand Down
4 changes: 2 additions & 2 deletions Algorand.Unity.AssetStore/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.2.1",
"version": "1.2.6",
"depth": 2,
"source": "registry",
"dependencies": {},
Expand All @@ -49,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.33",
"version": "1.1.31",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
Git LFS file not shown
Git LFS file not shown
4 changes: 2 additions & 2 deletions Algorand.Unity.AssetStore/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.42f1
m_EditorVersionWithRevision: 2020.3.42f1 (7ade1201f527)
m_EditorVersion: 2021.3.14f1
m_EditorVersionWithRevision: 2021.3.14f1 (eee1884e7226)
Empty file.
Git LFS file not shown
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,15 @@ and connect to any Algorand wallet supporting [WalletConnect](https://developer.

This package supports the following build targets and Unity versions:

| Unity Version | Windows | Mac OS | Linux | Android | iOS | WebGL |
| :-----------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: |
| 2020.3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| 2021.3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| Unity Version | Windows | Mac OS | Linux | Android | iOS | WebGL |
| :-----------: | :----------------: | :----------------: | :----------------: | :----------------: | :----------------: | :------------------------: |
| 2020.3 | :white_check_mark: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: |
| 2021.3 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: |
| 2022.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :eight_pointed_black_star: |

- :white_check_mark: All APIs are supported.
- :eight_pointed_black_star: `Algorand.*.*Api` clients are not supported.
- :x: Not supported. Use at your own risk.

## Common Usages

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Runtime/Algorand.Unity.Crypto/Plugins/MacOS/x86_64.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

0 comments on commit e3a0510

Please sign in to comment.