Fastest Way To Create NFT Game Unity 2023!

preview_player
Показать описание

In this tutorial I will show you how to set up wallet sign-in in your game and show NFTs as in-game objects as well as display wallet address. Scripts pinned in comments. If your having trouble playing your game in the web browser, go to your build settings - player - and set to one of the web3 templates.

Рекомендации по теме
Комментарии
Автор

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;

public class GetAccount : MonoBehaviour
{
public Text myAccount;

// Start is called before the first frame update
void Start()
{
myAccount.text =
}

// Update is called once per frame
void Update()
{

}
}

bigbirdgames
Автор

Complicating to understand some concepts but super cool thank you.

Zulu
Автор

Could you teach how to implement a Token Mining function within this game you created?

SrExperimental
Автор

Nice video, Please make more videos- building a Metaverse with unity3d and metamask

mulagraphics
Автор

FOR MOBILE APPLICATIONS OR DESKTOP use the walletlogin scene instead of Weblogin scene!!!
cheers

bigbirdgames
Автор

Great video. Very simple steps. Do watch this video if you want get details of players NFTs.

arslanmughalarsi
Автор

when you build your project Webgl you shoud check your project settings -> player -> resolution and presentaition-> webgl template ->web3gl-2020x

구민수염고래
Автор

is this related to blockchain and nft?

SadhanaMS-cm
Автор

Can u do a tutorial about implementing stats to these NFTs in game?

uncleiroh
Автор

hey, really nice.
can i buy nft inside game? any reference of purchase method? 🙂

Mas-Gamez
Автор

Are you available for Game Development consultation work? DM

THEBILLLIONAIREBRAIN
Автор

bro can we make this with unreal engine ? if you know that can u make a tutorial ?

KaelStitches
Автор

how can we call custom functions from the contract. I don’t want to use the pre functions they have

JFKTLA
Автор

Thanks mate this video is really helpfull ! But what if i start a collection ? i'll need to add the 10K item manually into the game and hide them ?

mildrek
Автор

the game works but it don"t show the menu to collect the wallet help

santifmechaniccreations
Автор

Hello, two questions:
Does this work on Solana NFTs?
Does this work on android and ios builds?
Thanks!

hassang.
Автор

with this chainsafe can we connect with wax marketplace and wallets?

conspirapod
Автор

Hey can you please share the game source code

mrnajel
Автор

Probably a silly question. how do we switch it to the mainnet?

wobkgames
Автор

How did you build the character selection?
Could you share the script for that or explain how you did it?

falcha