Bolt not building for Android: NativePlatforms is Defined Multiple Times

Options
Hi everyone!

Been trying out Bolt and the heavy lifting that it does in lieu of us programmers has been awesome!
However, when I tried building the tutorial for Android, Unity spat out the following error:

Assets/bolt/scripts/BoltLauncher.cs(161,16): error CS0433: The imported type `NativePlatform' is defined multiple times

I tried finding all occurrences of NativePlatform but there's only 1 in BoltLauncher.cs

I'm testing this with Unity 5.6.0f3, Bolt version 1.0.0.3

Thank you for the help!

Comments