-
Notifications
You must be signed in to change notification settings - Fork 528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button doesn't detect tapping #15
Comments
You should try the example project. |
Thank you @lorant-csonka-planorama for your response. |
Yes, that's how it works. You have to implement the communication layer between flutter and unity, and that includes interactions also. |
Fixed in #16! Since the maintainer of this repo doesn't seem to merge my pull requests, there is a fork with several fixes available here (use the improvements branch): |
Well done, You did a very nice job, thanks for sharing that. |
@TarekMedhat Yes, we (@krispypen and myself) are currently investigating iOS and Unity AR Foundation support and we're seeing some progress. We'll hopefully have more to share about it later this week. However, expect baby steps for the iOS version! We first need to get a Unity scene to work, and then try to get feature parity with the Android version (touch, AR support,...) |
Expected: I've a unity project with a button and a background, when the button is clicked the background image should change.
What's happening in flutter project: the button is not clickable at all, it doesn't detect the click even it's working fine on unity.
any solutions?
The text was updated successfully, but these errors were encountered: