Reply To: Binded Variables on iOS

NodeCanvas Forums Support Binded Variables on iOS Reply To: Binded Variables on iOS

#9880
Matt Newcombe
Participant

Hey,

Sorry for the late response, even using the new binding variables doesn’t work on iOS. I believe this is due to AOT compliation rendering any use of Reflection in the actions as redundant, which ultimately means that this action can’t be run on iOS based devices.

It would be cool if NodeCanvas could mark up what actions are not supported depending on the target platform that is selected or similar.