Hello,
In trying to start a project with Bolt, along with Rewired and the 2D Platformer Pro asset, I was unable to use the bridge between the 2D Platformer and Rewired until I removed Bolt.
It caused the code "CS0029" and the description "Cannot implicitly convert type 'Rewired.Player' to 'Player' on Line 83.
I believe that this starts a chain reaction of 8 more errors about definitions not having extension methods.
In posting in the 2D Platformer Pro forum the developer suggested that a namespace be used with the "Player" reference in Bolt to avoid this issue with this and any other asset.
Thanks for your help in advance
In trying to start a project with Bolt, along with Rewired and the 2D Platformer Pro asset, I was unable to use the bridge between the 2D Platformer and Rewired until I removed Bolt.
It caused the code "CS0029" and the description "Cannot implicitly convert type 'Rewired.Player' to 'Player' on Line 83.
I believe that this starts a chain reaction of 8 more errors about definitions not having extension methods.
In posting in the 2D Platformer Pro forum the developer suggested that a namespace be used with the "Player" reference in Bolt to avoid this issue with this and any other asset.
Thanks for your help in advance