allartprotocol / unity-solana-wallet

The First Open-Source Unity-Solana Wallet with NFT support
282 stars 128 forks source link

error CS0117: 'Screen' does not contain a definition for 'height' #5

Closed aerctic closed 2 years ago

aerctic commented 2 years ago

When trying to run the sample I get the following errors:

error CS0117: 'Screen' does not contain a definition for 'height' error CS0117: 'Screen' does not contain a definition for 'width'

Any idea how to fix this?

digitalmkt commented 2 years ago

I solved renaming the file Screen.c in the 'utility' folder to something else and then fix the errors by updating the name in other classes. I hope it helps.