Companies Home Search Profile

Build NFT metaverse with Unity on Algorand

Focused View

Yohann Taieb

8:45:11

13 View
  • 1. 00 Introduction whats in our to do list.mp4
    01:12
  • 2. 01 Download Google Chrome Web Browser.mp4
    02:18
  • 3. 02 Install Algosigner Chrome Extension.mp4
    02:13
  • 4. 03 Create Algorand Test Accounts in Wallet.mp4
    03:20
  • 5. 04 Fund your Algorand Test Wallets.mp4
    02:26
  • 1. 01 Download and Install Unity Game Engine.mp4
    02:43
  • 2. 02 Register or Sign in Unity Hub.mp4
    01:26
  • 3. 03 Launch and Create the Unity Project.mp4
    02:23
  • 4. 04 Add Algorand DLLs to Unity Project.mp4
    06:58
  • 5. 05 Fixing error when Visual Studio solution is missing.mp4
    01:04
  • 6. 06 Testing the Algorand DLL integration with Unity.mp4
    02:01
  • 1. 001 Send and Receive money with Algorand in Unity - part A.mp4
    09:50
  • 2. 002 Send and Receive money with Algorand in Unity - part B.mp4
    06:39
  • 3. 003 Test Send and Receive on Algorand blockchain.mp4
    02:35
  • 4. 004 Get the Player Algorand Balance Amount.mp4
    08:10
  • 5. 005 Display the Player Algo Balance in the Unity User Interface.mp4
    06:36
  • 6. 006 Create your first NFT programmatically in Unity.mp4
    20:53
  • 7. 007 Opting In to receive an NFT asset - part 1 of 2.mp4
    06:16
  • 8. 008 Opting In to receive an NFT asset - part 2 of 2.mp4
    06:35
  • 9. 009 Transfering an NFT from one Algorand Wallet to another using Unity 3D.mp4
    12:58
  • 10. 010 Trigger Atomic Swap Transactions on Algorand with Unity.mp4
    15:56
  • 1. 001 Summary of lessons and whats next.mp4
    02:18
  • 2. 002 Creating a singleton generic class.mp4
    06:17
  • 3. 003 Create an Algorand Account Scriptable Object with Action Menu item.mp4
    02:45
  • 4. 004 Implement Algorand Account logic - part 1 of 3.mp4
    05:14
  • 5. 005 Implement Algorand Account logic - part 2 of 3.mp4
    06:36
  • 6. 006 Implement Algorand Account logic - part 3 of 3.mp4
    04:23
  • 7. 007 Create 2 Algo accounts for main game and player.mp4
    03:12
  • 1. 001 Implement the Algorand Server - part 1 of 3.mp4
    07:30
  • 2. 002 Implement the Algorand Server - part 2 of 3.mp4
    05:19
  • 3. 003 Add the Algorand Server Object to Unity - part 3 of 3.mp4
    02:21
  • 4. 004 Implement the NFT Asset Scriptable Object.mp4
    10:12
  • 5. 005 Implement code to generate NFT asset - part A.mp4
    06:35
  • 6. 006 Implement code to generate NFT asset - part B.mp4
    04:53
  • 7. 007 Implement code to generate NFT asset - part C.mp4
    05:30
  • 8. 008 Instantiate the Game Currency NFT Asset token GEMCOIN.mp4
    06:48
  • 9. 009 Coding the Algo Manager part 1.mp4
    12:57
  • 10. 010 Coding the Algo Manager part 2.mp4
    03:43
  • 11. 011 Coding AlgoManager Buy Asset Opt-In.mp4
    11:34
  • 12. 012 Write Group Transaction to trade tokens for NFT asset.mp4
    11:09
  • 13. 013 Code Game Currency Balance Validations.mp4
    07:30
  • 1. 001 Whats needed to create the NFT store.mp4
    00:54
  • 2. 002 Import UI assets into Unity project.mp4
    06:14
  • 3. 003 Creating the NFT store Prefab.mp4
    04:36
  • 4. 004 Modify the NFT store prefab.mp4
    02:59
  • 5. 005 Create UI layout group for store items.mp4
    04:27
  • 6. 006 Work on the Store Item components.mp4
    07:38
  • 7. 007 Adding the Store Item Component Script.mp4
    05:41
  • 8. 008 Coding the logic for each NFT store item.mp4
    09:07
  • 9. 009 Coding the Item Store listing logic - part 1.mp4
    13:20
  • 10. 010 Coding the Item Store listing logic - part 2.mp4
    06:28
  • 11. 011 Coding the Item Store listing logic - part 3.mp4
    04:27
  • 1. 001 Adding 3 NFT assets and connecting them to the store.mp4
    08:20
  • 2. 002 Testing display of store items.mp4
    00:42
  • 3. 003 Adding the buy item connection.mp4
    02:30
  • 4. 004 Debbuging th Buy NFT Item functionality.mp4
    04:55
  • 5. 005 Improve NFT store items user interface and buy.mp4
    08:42
  • 1. 001 Increase Performance - Different Options.mp4
    02:14
  • 2. 002 Better Performance Display Player Gem Balance.mp4
    06:57
  • 3. 003 Better Performance while buying NFT.mp4
    08:21
  • 4. 004 Testing Better Performance Buying NFT.mp4
    02:01
  • 1. 001 Why Build a Game Server.mp4
    07:20
  • 2. 002 Install Node JS and NPM.mp4
    01:59
  • 3. 003 Install Visual Studio Code.mp4
    02:07
  • 4. 004 Initialize Game Server.mp4
    03:08
  • 5. 005 Install Server Packages.mp4
    02:46
  • 6. 006 Listen to Network calls.mp4
    05:33
  • 7. 007 Add AlgoSDK to Game Server.mp4
    06:53
  • 8. 008 Get Player Algo Balance via server.mp4
    04:04
  • 9. 009 Parametrize the wallet address.mp4
    03:55
  • 1. 001 Call game server endpoint from Unity - get balance.mp4
    07:47
  • 2. 002 Why fetch NFTs from Game Server.mp4
    01:45
  • 3. 003 Server Endpoint for store items.mp4
    06:33
  • 4. 004 returning the store items as JSON.mp4
    03:27
  • 5. 005 Fetching Store Items from Unity.mp4
    07:13
  • 6. 006 Convert Fetched items to JSON objects.mp4
    08:46
  • 7. 007 Convert JSON objects to NFT store items.mp4
    17:10
  • 8. 008 Testing the display of NFTs coming from game server.mp4
    01:56
  • 9. 009 Adding a new NFT from game server.mp4
    04:52
  • 1.1 game-server.zip
  • 1.2 NFT+Project+Upgraded+Secured.zip
  • 1. 001 Import Wallet Connect source code for Unity.mp4
    02:56
  • 2. 002 Customized WC Algo Request.mp4
    05:37
  • 3. 003 Customized WC Algo Response.mp4
    03:00
  • 4. 004 Add WalletConnect Unity Prefab.mp4
    02:34
  • 5. 005 Adding WalletConnect QR Code setup.mp4
    07:18
  • 6. 006 Making a secure connection via QR code.mp4
    02:55
  • 7. 007 Coding the WC Send Data method.mp4
    10:19
  • 8. 008 Writing the secure transaction call.mp4
    05:12
  • 9. 009 Getting the WalletConnect user account.mp4
    02:45
  • 10. 010 Write raw transaction code - part 1.mp4
    09:24
  • 11. 011 Write raw transaction code - part 2.mp4
    02:19
  • 12. 012 Submitting the WC signed transaction.mp4
    07:31
  • 13. 012B Addendum - call to submit raw transaction.mp4
    00:44
  • 14. 013 Testing WalletConnect secure transaction signing.mp4
    03:32
  • Description


    The most comprehensive course to build a metaverse world on a blockchain

    What You'll Learn?


    • Foundations to start building a metaverse from scratch on the Algorand blockchain
    • Create 2-way transactions between Unity3D game and the blockchain
    • Have players "play to earn" crypto tokens
    • Build a system for players to buy, sell and trade NFTs
    • multiplayer communication
    • deploy your metaverse game on iPhones, Android phones, and the web

    Who is this for?


  • Game developers and hobbyists
  • Video game lovers
  • Metaverse enthusiasts
  • Smart people wanting to build the FUTURE today
  • What You Need to Know?


  • No programming experience needed, every single steps is shown in the video lectures. You will learn everything you need to know. Works on Mac, Windows and Linus computers
  • More details


    Description

    Hello and thank you for your interest in this course. My name is Yohann. I am course instructor.

    This course is the only course you need to get the fundamentals to help you build a “play to earn” metaverse world on the blockchain.


    With over 20 years of experience as a software engineer combined with my experience as a college instructor, I have no doubt that by taking this course you will have a hands-on experience on how to build your own NFT metaverse world using Unity3D game engine and making transactions of the algorand blockchain, one of the best blockchains there is out there.

    The course covers a variety of technologies and tools.

    You will learn how to use Unity to design a game and an NFT store. (non fungible tokens). You will also learn how to make transactions on the algorand blockchain to allow users to play to earn crypto coins, buy, sell and trade NFTs and also how to allow user to connect they crypto wallet the safe and secure way.


    Now if you don't know much of the above terminology, don’t worry about it, you’re in the right place. I literally have recorded every single details in the video lectures, there is no prior knowledge required, everything is shown to you. And you can pause and replay the videos as many times as you wish to.

    This course is an “all in one” course, it covers the game design, programming, setup, deployment and the blockchain foundations to make you advance in your career.

    And the best part is that I keep adding new content regularly because this field is evolving at light speed.


    Finally, I am so confident this course will bring you so much value that I’m giving away the first 2 hours at no cost to watch instantly.

    Don’t be the one to get left behind. Get started today and join millions of people taking part in the meta verse revolution.

    Start watching now. Enjoy the course and I wish you good fortune making your own metaverse.


    Who this course is for:

    • Game developers and hobbyists
    • Video game lovers
    • Metaverse enthusiasts
    • Smart people wanting to build the FUTURE today

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Yohann Taieb
    Yohann Taieb
    Instructor's Courses
    Yohann holds a Bachelor of Science Degree in Computer Science from FIU University. He has been a College instructor for over 15 years, teaching iPhone Development, iOS 15, Apple Watch development, Swift 5, Unity 3D, Pixel Art, Photoshop for programmers,  Android and blockchain development. Yohann also has plenty of ideas which naturally turned him into an entrepreneur, where he owns over 100 mobile apps and games in both the Apple app store and the Android store.        Yohann is one of the leading experts in mobile game programming, app flipping and reskinning. His teaching style is unique, hands on and very detailed. Yohann has enabled more than 250000 students to publish their own apps and reach the top spots in iTunes App Stores, which has been picked up by blogs and medias like WIRED magazine, Yahoo News, and Forbes Online. Thanks to him, thousands of students now make a living using iOS 15, Swift 4, Objective C ( ObjC ), Machine Learning, Augmented Reality / VIrtual Reality, Android, Apple Watch ( watchOS ), Apple TV ( TVOS ), Unity 3D, and Pixel art animation
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 93
    • duration 8:45:11
    • English subtitles has
    • Release Date 2024/02/25