Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
32 stars 10 forks source link

PhantomController is only supported on wasm #111

Open Virus-Axel opened 10 months ago

Virus-Axel commented 10 months ago

Phantom works only on web target. Deep links should be used on a phone target and maybe desktop as well. This is already implemented so enabling it here should be quick.

ETA: 1h

Virus-Axel commented 10 months ago

Deep links in godot require a custom android build and IOS probably has something similar. I am not happy with requiring this for phantom to work. Implementing deep link support for godot editor seems easier. So postponing this feature to a later stage.

Virus-Axel commented 9 months ago

Merge this to allow custom builds to work with deep links.