Commit 32c35b9
authored
AppKit is now part of the core solution (#1259)
* Everything is broken
* Added AppKit directly inside of our package.
* Merges from dev
* Small tweaks
* Starting the process of creation of the app kit package
* REsuming the work
* Package successfully created!
* Upgraded our Reown in core project to the newer version
Added ViemName to the Chain Setting so that people that are using the AppKit can configure their viemName properly.
* Removed AppKit, made it part of the core package! Yay!
* Cleaning things up.
* Fixing bugs!
* Adding debug log
* Added loader package.
* Added newget dependency
* More testing
* Hmm
* MOre
* Final test!
* dont remove the loader one
* Fix
* Fixing import bugs
* Removing anything related to the new input system because it can cause a lot of issues on importing the packages and we don't have anything related to pasting in our SDK so it doesn't make sense to have it here.
* Removing metamask provider
Making sure all providers are now adding/switching their chains if the user is on a wrong one.
* moved the playerprefs check to the constructor, if the user wants to manually install all the dependencies.
* Fixing compiler errors
* Run setup.sh
* Fixing All the PR suggestions
* Fixing signmessage bug.
* More descriptive names for classes.
* Fixing error Juan got.
* Reverted this since we're already in editor
* Prebuild process for webgl.
* Fixing compiler errors with non-webgl platforms
* Fixing build errors finally.
* Fixing the switch network bug.
* Addressing Oleks comments, fixing web3 unity prefab
* Updated appkit to 1.2.0
* Fixing errors.
* Fixing Merge Conflicts1 parent d8846e5 commit 32c35b9
File tree
102 files changed
+2955
-379
lines changed- Packages
- io.chainsafe.web3-unity.hyperplay/Runtime/Libraries
- io.chainsafe.web3-unity.loader
- Editor
- io.chainsafe.web3-unity.lootboxes/Chainlink/Runtime/Libraries
- io.chainsafe.web3-unity.mud/Runtime/Libraries
- io.chainsafe.web3-unity
- Editor
- Reown
- Resources
- Runtime
- Libraries
- Plugins/Countly
- Prefabs
- Resources
- Scripts
- Connection
- Reown
- AppKit
- UI
- Setup
- src
- ChainSafe.Gaming.Reown
- ChainSafe.Gaming.Unity.MetaMask
- ChainSafe.Gaming/Web3/Evm/Wallet
- UnitySampleProject
- Assets
- Resources
- Samples/web3.unity SDK/3.0.6/Web3.Unity Samples
- Scenes
- Scripts/Samples
- Packages
- ProjectSettings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+2955
-379
lines changedBinary file not shown.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 117 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
0 commit comments