MoralisWeb3/unity-web3-game-kit

Scene object references to scripts are missing

xactant opened this issue · 1 comments

In Unity IDE, Visual Studio must be setup as script editor prior to importing the Moralis Web3API SDK Package.

Steps to Re-Create:

  1. Open a new copy of Unity3D
  2. Import Moralis Web3Api SDK Package
  3. Note that scene object references to scripts are missing.

Solution

Add a step to the setup instructions in README that instruct the user to setup Unity so that Visual Studio is the script editor.
Preferences->External Tools "Script Editor"

Updated READ ME to include this instruction.