You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to compile my cross platform game on a Playstation 5 and i'm currently getting errors from this plugin even though I already used compiler flags to exclude all solana code when targeting the PS5.
I'm trying to compile my cross platform game on a Playstation 5 and i'm currently getting errors from this plugin even though I already used compiler flags to exclude all solana code when targeting the PS5.
My guess is that the Assembly Definition file (https://github.com/magicblock-labs/Solana.Unity-SDK/blob/main/Runtime/com.solana.unity_sdk.asmdef ) is set to target
Any Platform
instead of the ones it's working for.Can you please target the correct ones? (i'm thinking Android, Editor, iOS, macOS, WebGL, Windows 32-bit, Windows 64-bit)
Or at the very least, exclude the Console targets?
THank you
The text was updated successfully, but these errors were encountered: