Bolt compile for Android with errors

Options
Bolt compile for Android with errors:
error CS0122: 'DotNetPlatform' is inaccessible due to its protection level
error CS1503: Argument 1: cannot convert from 'UdpKit.UdpEndPoint' to 'UdpKit.UdpSession'

Comments

  • stanchion
    Options
    What script is causing this error?
  • ramonmelo
    Options
    Hello @Alex_el,

    The DotNetPlatform is available in the Bolt Pro version and as you can probably see in the Console, the issues come from our BoltInitPro.cs script.
    You can try to restart Unity (that will setup some environment flags into your Editor, that are not set automatically when you switch between platforms) or you can just remove this file from your project as it's just an example.