1. Go to https://github.com/HealthHero/Game-Jam-Package/releases/tag/1.0.0
  2. Click on

Untitled

  1. This should start a download.
  2. Right click in your project window, hover mouse over import package and click on custom package

Untitled

  1. Locate the downloaded file in your File Explorer and double click the file.
  2. Make sure everything is selected and click import.
  3. After importing, go to Edit > Project Settings > Player and under Resolution and Presentation make sure you select the Web3GL-2020 Template. This will ensure that your WebGL build is able to communicate with the browser window, in this case metamask.
  4. Switch platform to WebGL, make sure that the demo scene is in the build settings (Assets/Demo), and then build it and wait for it to finish.
  5. After building, it should open a browser and ask you to connect to metamask if you have metamask installed on your browser.
  6. After connection is complete, the buttons will become interactable, try them out!