-
Notifications
You must be signed in to change notification settings - Fork 252
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
Place anchor based on XY screen coordinates and update ARCore SDK to 1.35.0 #162
base: main
Are you sure you want to change the base?
Conversation
detach anchors before closing scene view
Hey @dnkoulouris, thanks for this PR! Have you tested to make sure all functionalities of the example app work on both Android and iOS? If this is the case, could you please:
Happy to merge after that :) |
detach anchors before closing scene view
CHANGELOG.md updates pubspec.yaml version bump
CHANGELOG.md updates pubspec.yaml version bump
Just performed the aforementioned changes. I also changed the cloud anchor setup file, indicating the requirement of enabling the new ARCore API (The old one, Cloud Anchors API, is deprecated) from the Google Cloud Console. |
Nice contrib @dnkoulouris, waiting for this release! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
migrate android
# Conflicts: # pubspec.yaml
Amazing job @dnkoulouris !! Could you review this @CariusLars ? |
A pull request that adds functionality to place an anchor at the X,Y coordinates of the screen.
I also did some updates to ARCore libraries, in order to have the most recent available versions.
Just call:
and an Anchor will be placed at the exact spot