Skip to content

Releases: MoralisWeb3/youtube-tutorials

Unity Web3 Space FPS

25 Mar 11:25
Compare
Choose a tag to compare

Welcome 👋

This is a Web3 Space FPS Game where you can claim a Moralis NFT if you kill all the enemies 😄

The enemies are first populated to the Moralis Web3 Database and then we instantiate them locally. When one of them dies, we get a callback thanks to being subscribed to the Moralis LiveQueries events.

As a demo project it is thought to be run in the Editor.

Enjoy!

Unity Web3 Angry Birds

08 Apr 10:20
0290b2a
Compare
Choose a tag to compare

Welcome 👋

This is the Unity sample project for the Web3 Angry Birds video.

You will find two scenes:

  • MintNFT scene --> Mint NFT using SmartContract and transfer it to wallet address.
  • Game scene --> Angry Birds game. Your character will be a local image or the image retrieved from the NFT 😄

As a demo project it is thought to be run in the Editor.

Enjoy!

Unity Web3 Database Communication

15 Mar 07:52
Compare
Choose a tag to compare

Welcome 👋

This is a Unity sample project that shows how to connect to the Moralis Web3 Database and how to retrieve and save new data to it.
As a demo project it is thought to be run in the Editor.

Enjoy!

Unity Web3 Runescape

07 Mar 10:04
Compare
Choose a tag to compare

✅ Bug fixed:

  • WebSocket.jslib was being accessed from both Photon and Moralis.

Web3 Game Transactions

10 Mar 19:51
Compare
Choose a tag to compare

Unity sample project where you can log in with a crypto wallet, join a multiplayer room and make native blockchain transactions to other players. Created with:

  • Moralis Web3 SDK (Blockchain integration)
  • Photon PUN2 (Multiplayer Engine)

Enjoy! 😄

Web3 Multiplayer RPG

27 Feb 13:16
Compare
Choose a tag to compare

The Metaverse Ready sample project :)

How to connect Unity to Web3/Blockchain

02 Mar 23:29
Compare
Choose a tag to compare
  • Sample project with "Test" scene ready for building to WebGL.
  • Check the more complete "DemoScene" for building to any platform.

Etherscan Clone Ep 9

19 Apr 14:30
9a46486
Compare
Choose a tag to compare

Part 9 - I Cloned Etherscan in 5 hours - Token Balances

  • Token balance cloud function with lookup
  • Update useTransType hook with token balance state
  • Minor styling

Etherscan Clone Ep 8

17 Apr 16:35
6b5d0e4
Compare
Choose a tag to compare

Part 8 - I Cloned Etherscan in 5 hours - Token Transactions

  • Token transaction cloud function
  • Custom react hook to handle transaction type state
  • Use new hook in the transaction result component

Etherscan Clone Ep 7

17 Apr 16:26
abaf470
Compare
Choose a tag to compare