Unable to connect as of 28/6 using 2021.3 LTS
See original GitHub issueRepro steps:
- Clone repo
- Open
SimpleUnityDapp
scene, no changes - Press play
74 warnings show up, mostly missing scripts, but they are warnings, so I am able to select a chain and press
From there, selecting a chain and pressing connect either:
- Logs
Connecting sign client..
before hanging indefinitely - Generates a QR code successfully and prompts a wallet (that supports these RPC methods) to connect, but hangs on
await connectData.Approval;
indefinitely, never getting a callback
This is the same behaviour I would get by initializing the SDK as per your docs in a fresh project with dlls imported into unity.
Other minor observations:
- Importing the raw scripts with
unsafe
keyword means you have to allow it explicitly in project settings - If the target framework is .NET Framework rather than .NET Standard 2.1 in Unity your System.Web reference is lost and throws an error, to fix you should include it or reference it with a
csc.rsp
under Assets - The QR code is on the far left of the scene, not rendered in the gameview
- Rainbow wallet seems to throw errors while Metamask hangs, either way I can’t seem to connect wallets
If you have a working scenario, please advise.
Issue Analytics
- State:
- Created 3 months ago
- Reactions:4
- Comments:10
Top Results From Across the Web
Something went wrong installing Unity...
I am unable to install Unity 2020.2.0f1.... ... I have tried other versions with the same error. I have uninstalled and reinstalled the...
Read more >Stuck on resolving packages in 2020.3 LTS? Try this!
If you can't even open the editor it sounds like you might have a different problem. Have you tried updating the Unity editor...
Read more >How to show a 360 video in VR using Unity
I'm looking to create an app in Unity 2021.3 (LTS) for Android/iOS that will show a 360 video (it's an mp4, still from...
Read more >Operating manual - RobotStudio
286. 13.2 Development environment . ... Released with RobotStudio 2021.3. ... Add-ins which does not use the Stations API can be loaded in...
Read more >puppetlabs/firewall · Manages Firewalls such as iptables
Note: ignore_foreign of firewallchain does not work as expected with a resources purge of firewall . Upgrading. Use these steps if you already...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I meet same bug. Please add some guide, how to use walletconnectv2.
@gigajuwels