Godot Version
4.6 (NOT .net)
Question
I have a project that I export to Windows, SteamDeck, and iOS. I use GodotSteam plugin for Windows and SteamDeck, but not for iOS. On the iOS export, I exclude the GodotSteam addon like so:
However, any reference to that plug in code will cause a compilation error per addon reference in xcode and cause the game to crash. (blank grey screen).
Before every export to iOS, I currently have to go through the code and comment out every reference to the plugin. Then uncomment when exporting to other devices.
While I understand that the iOS export template is experimental in 4.4 due to the plist and display server errors. It mostly works with the manual intervention mentioned above.
Has anyone figured out a way to add conditional compilation directives to Godot to allow exports to iOS?
