Build NFT metaverse with Unity on Algorand
Build NFT metaverse with Unity on Algorand, available at $49.99, has an average rating of 3.2, with 93 lectures, based on 25 reviews, and has 203 subscribers.
You will learn about 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 This course is ideal for individuals who are Game developers and hobbyists or Video game lovers or Metaverse enthusiasts or Smart people wanting to build the FUTURE today It is particularly useful for Game developers and hobbyists or Video game lovers or Metaverse enthusiasts or Smart people wanting to build the FUTURE today.
Enroll now: Build NFT metaverse with Unity on Algorand
Summary
Title: Build NFT metaverse with Unity on Algorand
Price: $49.99
Average Rating: 3.2
Number of Lectures: 93
Number of Published Lectures: 93
Number of Curriculum Items: 93
Number of Published Curriculum Objects: 93
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will 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 Should Attend
- Game developers and hobbyists
- Video game lovers
- Metaverse enthusiasts
- Smart people wanting to build the FUTURE today
Target Audiences
- Game developers and hobbyists
- Video game lovers
- Metaverse enthusiasts
- Smart people wanting to build the FUTURE today
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.
Course Curriculum
Chapter 1: 001 – Algorand Setup
Lecture 1: 00 Introduction what's in our to do list
Lecture 2: 01 Download Google Chrome Web Browser
Lecture 3: 02 Install Algosigner Chrome Extension
Lecture 4: 03 Create Algorand Test Accounts in Wallet
Lecture 5: 04 Fund your Algorand Test Wallets
Chapter 2: Unity Setup
Lecture 1: 01 Download and Install Unity Game Engine
Lecture 2: 02 Register or Sign in Unity Hub
Lecture 3: 03 Launch and Create the Unity Project
Lecture 4: 04 Add Algorand DLLs to Unity Project
Lecture 5: 05 Fixing error when Visual Studio solution is missing
Lecture 6: 06 Testing the Algorand DLL integration with Unity
Chapter 3: Algorand Transactions
Lecture 1: 001 Send and Receive money with Algorand in Unity – part A
Lecture 2: 002 Send and Receive money with Algorand in Unity – part B
Lecture 3: 003 Test Send and Receive on Algorand blockchain
Lecture 4: 004 Get the Player Algorand Balance Amount
Lecture 5: 005 Display the Player Algo Balance in the Unity User Interface
Lecture 6: 006 Create your first NFT programmatically in Unity
Lecture 7: 007 Opting In to receive an NFT asset – part 1 of 2
Lecture 8: 008 Opting In to receive an NFT asset – part 2 of 2
Lecture 9: 009 Transfering an NFT from one Algorand Wallet to another using Unity 3D
Lecture 10: 010 Trigger Atomic Swap Transactions on Algorand with Unity
Chapter 4: Advanced Programming in Unity and Algorand
Lecture 1: 001 Summary of lessons and what's next
Lecture 2: 002 Creating a singleton generic class
Lecture 3: 003 Create an Algorand Account Scriptable Object with Action Menu item
Lecture 4: 004 Implement Algorand Account logic – part 1 of 3
Lecture 5: 005 Implement Algorand Account logic – part 2 of 3
Lecture 6: 006 Implement Algorand Account logic – part 3 of 3
Lecture 7: 007 Create 2 Algo accounts for main game and player
Chapter 5: Advanced Algo Programming – Part 2
Lecture 1: 001 Implement the Algorand Server – part 1 of 3
Lecture 2: 002 Implement the Algorand Server – part 2 of 3
Lecture 3: 003 Add the Algorand Server Object to Unity – part 3 of 3
Lecture 4: 004 Implement the NFT Asset Scriptable Object
Lecture 5: 005 Implement code to generate NFT asset – part A
Lecture 6: 006 Implement code to generate NFT asset – part B
Lecture 7: 007 Implement code to generate NFT asset – part C
Lecture 8: 008 Instantiate the Game Currency NFT Asset token GEMCOIN
Lecture 9: 009 Coding the Algo Manager part 1
Lecture 10: 010 Coding the Algo Manager part 2
Lecture 11: 011 Coding AlgoManager Buy Asset Opt-In
Lecture 12: 012 Write Group Transaction to trade tokens for NFT asset
Lecture 13: 013 Code Game Currency Balance Validations
Chapter 6: NFT Store User Interface
Lecture 1: 001 What's needed to create the NFT store
Lecture 2: 002 Import UI assets into Unity project
Lecture 3: 003 Creating the NFT store Prefab
Lecture 4: 004 Modify the NFT store prefab
Lecture 5: 005 Create UI layout group for store items
Lecture 6: 006 Work on the Store Item components
Lecture 7: 007 Adding the Store Item Component Script
Lecture 8: 008 Coding the logic for each NFT store item
Lecture 9: 009 Coding the Item Store listing logic – part 1
Lecture 10: 010 Coding the Item Store listing logic – part 2
Lecture 11: 011 Coding the Item Store listing logic – part 3
Chapter 7: 7) Adding NFTs to Store
Lecture 1: 001 Adding 3 NFT assets and connecting them to the store
Lecture 2: 002 Testing display of store items
Lecture 3: 003 Adding the buy item connection
Lecture 4: 004 Debbuging th Buy NFT Item functionality
Lecture 5: 005 Improve NFT store items user interface and buy
Chapter 8: 8) Performance Improvements
Lecture 1: 001 Increase Performance – Different Options
Lecture 2: 002 Better Performance Display Player Gem Balance
Lecture 3: 003 Better Performance while buying NFT
Lecture 4: 004 Testing Better Performance Buying NFT
Chapter 9: 009 Game Server
Lecture 1: 001 Why Build a Game Server
Lecture 2: 002 Install Node JS and NPM
Lecture 3: 003 Install Visual Studio Code
Lecture 4: 004 Initialize Game Server
Lecture 5: 005 Install Server Packages
Lecture 6: 006 Listen to Network calls
Lecture 7: 007 Add AlgoSDK to Game Server
Lecture 8: 008 Get Player Algo Balance via server
Lecture 9: 009 Parametrize the wallet address
Chapter 10: 010 Game Server to Unity Interaction
Lecture 1: 001 Call game server endpoint from Unity – get balance
Lecture 2: 002 Why fetch NFTs from Game Server
Lecture 3: 003 Server Endpoint for store items
Lecture 4: 004 returning the store items as JSON
Lecture 5: 005 Fetching Store Items from Unity
Lecture 6: 006 Convert Fetched items to JSON objects
Lecture 7: 007 Convert JSON objects to NFT store items
Lecture 8: 008 Testing the display of NFTs coming from game server
Lecture 9: 009 Adding a new NFT from game server
Chapter 11: Secure Transactions with Wallet Connect
Lecture 1: 001 Import Wallet Connect source code for Unity
Lecture 2: 002 Customized WC Algo Request
Lecture 3: 003 Customized WC Algo Response
Lecture 4: 004 Add WalletConnect Unity Prefab
Lecture 5: 005 Adding WalletConnect QR Code setup
Lecture 6: 006 Making a secure connection via QR code
Lecture 7: 007 Coding the WC Send Data method
Lecture 8: 008 Writing the secure transaction call
Lecture 9: 009 Getting the WalletConnect user account
Lecture 10: 010 Write raw transaction code – part 1
Instructors
-
Yohann Taieb
Apps Games Unity iOS Android Apple Watch TV Development
Rating Distribution
- 1 stars: 3 votes
- 2 stars: 2 votes
- 3 stars: 3 votes
- 4 stars: 5 votes
- 5 stars: 12 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024