Hello, I donāt understand this part⦠Unity is a bit complicated. Iām only familiar with unreal engine
If the Wallet Connect property is set to āNoneā drag WalletConnect from the āHierarchyā section to this input.
Hello, I donāt understand this part⦠Unity is a bit complicated. Iām only familiar with unreal engine
If the Wallet Connect property is set to āNoneā drag WalletConnect from the āHierarchyā section to this input.
The āHierarchyā section is the panel that shows the scene elements.
When you click on this the detail of the panel will be displayed in the Inspector Panel.
Ohh great great tomorrow I will practice it thanks!!
Hello friend, now gives me this error and does not log with the wallet ⦠I already scanned it, and I already changed it to metamask. In the menu
Those messages are not errors - just part of the instruction log.
The first shows that the PLAY method in MainMenuScript was executed (the user clicked on the āAuthenticate buttonā).
The second shows the user is not logged in, indicating the login sequence should execute.Was the QR Code shown to you?
Hello. Thanks for replying⦠If thatās the qr I showed the game but doesnāt connect with the wallet. Do not call to signā¦
The default is to run in desktop mode. Did you scan the QR Code with your mobile wallet?
Yes with the mobile wallet
Sorry taking so long. Double checking with a few other people ā¦
It may have been something with Wallet Connect. We were havng the same issue. It appears to be working now. I am now able to authenticate again. Please try now and let me know if it works or not for you.
, It doesnāt work yet, I donāt know what it can be
Are you seeing an error in the wallet? Would youmind posting the logs from the time you click the authentic button until the time the error shows?
guys finally manage to install unity on vscode, testing it now. btw what are the command keys to move the hero, it keeps going to sleep on the ground , lol
The correct keys are W or S. In combination with SHIFT the character will run instead of walk. You can also use the arrow keys.
I need to disable the A and D keys, the controller does not implement anything for them so the current logic defaults to the final animation which is DIE You may have also noticed that nothing happens when you attack.
Hope everything else is working as expected.
Regards,
David
Thanks for the info I will retry soon
Hi, iām having compile errors mostly from namespace. Iāve already linked VS community 2019 to Unity. v1.0.0 of the boilerplate works fine but v1.0.1 wonāt run. Pic related. Any idea how to solve this? Many thanks.
Are you still having this issue?
Under Asstes->MoralisWeb3ApiSdk->Moralis.Web3Api.Core->Models find the file named NftTransfer.cs. Look at the āusingā statement section at the top of the file. Is there a syntax error where it reads āusing Newtonsoft.Json;ā (around line 6)? If so Unity is not able to find the Newtonsoft library. Please let me know.
Also which version of Unity 3D is your project built under?
Thank you,
David
Hi David, thanks for the reply. Yes there is a syntax error newtonsoft.json is not a recognized library. I tried updating all the unity instances, but to no avail. Also tried installing this newtonsoft package (https://github.com/jilleJr/Newtonsoft.Json-for-Unity#readme) but got more errors. Iām using VS community 2019 and Unity editor 2020.3.19f1. The installeed packages i have currently is as image below. Any idea what iām doing wrong here? because version 1.0.0 worked for me if i manually put moralis sdk the files into unity instead of using the unity package.