Scene object references to scripts are missing
xactant opened this issue · 1 comments
xactant commented
In Unity IDE, Visual Studio must be setup as script editor prior to importing the Moralis Web3API SDK Package.
Steps to Re-Create:
- Open a new copy of Unity3D
- Import Moralis Web3Api SDK Package
- 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"
xactant commented
Updated READ ME to include this instruction.