Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelasherrivello/intro-to-web3-for-unity
Intro To Web3 For Unity. Full student learning resources for Web3 integration into the Unity game engine.
https://github.com/samuelasherrivello/intro-to-web3-for-unity
api blockchain crypto ethereum evm gamedevelopment polygon solana unity web3 webgl
Last synced: about 2 months ago
JSON representation
Intro To Web3 For Unity. Full student learning resources for Web3 integration into the Unity game engine.
- Host: GitHub
- URL: https://github.com/samuelasherrivello/intro-to-web3-for-unity
- Owner: SamuelAsherRivello
- Created: 2023-06-23T12:40:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-10T16:49:26.000Z (8 months ago)
- Last Synced: 2024-06-10T19:40:04.511Z (8 months ago)
- Topics: api, blockchain, crypto, ethereum, evm, gamedevelopment, polygon, solana, unity, web3, webgl
- Homepage: http://SamuelAsherRivello.com
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Intro To Web3 For Unity (All Unity SDKs)
=============This repo includes best practices and C# Coding Standards for **Unity Web3**.
The related repos contain the first time user experience of integration with and custom examples of many popular Web3 Unity SDKs.
πStar This Repo. Big update is coming :)
## Web3 Portolio Highlights
* http://www.samuelasherrivello.com/web3-portfolio/
## Web3 Public Projects
* Coming soon...## Web3 Private Projects (Students Only)
Repos are *private and for member-students only*. Request access through your instructor. Or star the repo. Some links may go public :)
Each may demonstrate; authentication, send assets, fetch assets, calling read/write smartcontracts, and observing smartcontract events.The batching and ordering are **random** ;)
### Batch A
* [intro-to-web3-for-unity-unity3dblockchainwallet](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-unity3dblockchainwallet)
* [intro-to-web3-for-unity-polkadot-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-polkadot-sdk)
* [intro-to-web3-for-unity-heathen-bgsdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-heathen-bgsdk)
* [intro-to-web3-for-unity-solana-wallet](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-solana-wallet)
* [intro-to-web3-for-unity-web3auth-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-web3auth-sdk)
* [intro-to-web3-for-unity-algorand-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-algorand-sdk)
* [intro-to-web3-for-unity-quarters-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-quarters-sdk)
* [intro-to-web3-for-unity-zilliqa-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-zilliqa-sdk)
* [intro-to-web3-for-unity-fusedvrweb3](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-fusedvrweb3)
* [intro-to-web3-for-unity-nft-core](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-nft-core)
* [intro-to-web3-for-unity-qudo-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-qudo-sdk)
* [intro-to-web3-for-unity-stratis](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-stratis)
* [intro-to-web3-for-unity-block42](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-block42)
* [intro-to-web3-for-unity-altura](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-altura)
* [intro-to-web3-for-unity-solana](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-solana)
* [intro-to-web3-for-unity-nefta](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-nefta)
* [intro-to-web3-for-unity-venly](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-venly)
* [intro-to-web3-for-unity-tezos](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-tezos)
* [intro-to-web3-for-unity-enjin](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-enjin)
* [intro-to-web3-for-unity-ore](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-ore)### Batch B
* https://magicblock-labs.github.io/Solana.Unity-SDK
* https://github.com/0xsequence/web3-unity-sdk
* https://github.com/kai63001/wildcard-game
* https://docs.metalinq.tech
* https://github.com/nftport### Batch C
**Chain**
* E - EVM
* M - Multichain (e.g. golang)
* S - Solana
* T - Tezos**"5 Needs" of Every Web3 Game**
1. Auth
1. Send Assets
1. Fetch Assets
1. Read/Write Contracts
1. Observe Contract Events| Name | Chain | Tried It | Bug-Free Setup | 5 Needs | WebGL | Standalone | Leading Choice? |
|------|------------|------------|------------------|---------|-------|------------|------------|
| [Ankr_Mirage](https://github.com/SamuelAsherRivello/Intro_To_Unity_Crypto_EVM_Ankr_Mirage) / [Docs](https://mirage.xyz/docs/unity-sdk/how-to/update-events/) | E | β | β | 1/2/3/4/5 | β | β | β |
| [Chainsafe](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-chainsafe) | E | β | β | 1/2/3/4 | β | β | β |
| [Moralis_1x](https://github.com/SamuelAsherRivello/Intro_To_Unity_Crypto_EVM_Moralis_1x) | E | β | β | 1/2/3/4/5 | β | β | β |
| [Moralis_2x](https://github.com/SamuelAsherRivello/Intro_To_Unity_Crypto_EVM_Moralis_2x) | E | β | β | 1 | β | β | β |
| [Thirdweb-unity-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-thirdweb-unity-sdk) | E | β | β | 1/2/3/4 | β | β | β |
| [Loom-sdk](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-loom-sdk) | M | β | β | 1/2/3/4 | β | β | β |
| [Unity-nethereum](https://github.com/SamuelAsherRivello/intro-to-web3-for-unity-nethereum) | E | β | β | ? | β | β | β |Inspiration
=============* **Project Structure** Inspiration: [unity-project-template](https://github.com/SamuelAsherRivello/unity-project-template)
* **Coding Standards** Inspiration: [unity-project-template](https://github.com/SamuelAsherRivello/unity-project-template)
* **Gitignore** Inspiration: Custom Unity [.gitignore](https://github.com/SamuelAsherRivello/unity-project-template/blob/master/.gitignore)Created By
=============- Samuel Asher Rivello
- Over 25 years XP with game development (2024)
- Over 11 years XP with Unity (2024)Contact
=============- Twitter - @srivello
- Git - Github.com/SamuelAsherRivello
- Resume & Portfolio - SamuelAsherRivello.com
- LinkedIn - Linkedin.com/in/SamuelAsherRivello <--- Say Hello! :)**License**
Provided as-is under MIT License | Copyright β’ & Β© 2006 - 2024 Rivello Multimedia Consulting, LLC