tezos-unity-sdk icon indicating copy to clipboard operation
tezos-unity-sdk copied to clipboard

3.0.0: Broken in LinuxEditor

Open DevLaTron opened this issue 1 year ago • 1 comments

BeaconConnectorFactory is missing

case RuntimePlatform.LinuxEditor:

and thus always fails initialization.

This will also fail for Closed Source Platforms (Consoles, mostly), which should be addressed in the future with a dedicated Exception ideally.

DevLaTron avatar Jan 11 '24 08:01 DevLaTron