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.
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.