Search Unity

NFT game PC build

Discussion in 'Windows' started by badxpioneer2013, Jun 3, 2022.

  1. badxpioneer2013

    badxpioneer2013

    Joined:
    Oct 11, 2020
    Posts:
    6
    Hi, guys!
    We want to create NFT game and use Metamask but we don`t want to do it in WebGL.
    Is it possible to create it with pc build because mostly i see WebGL build? What can you advice me or what to read?
     
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    5,892
    If the app has to run in the browser you only have two options: build for WebGL or use a game streaming service (Unity has one but there are others). However the latter is always associated with per-user costs that you have to pay and if the app is freely available to the public the costs will certainly be prohibitive unless maybe for Fortune 500 companies.
     
  3. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,147
    No. Metamask only runs within a browser on desktop. In theory you could bundle a WebGL build with Electron to make it appear to be a PC build but it would still be based off of WebGL and have all of its limitations.