This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sanjin Buljko
committed
Oct 6, 2020
1 parent
921adc3
commit b6af2d8
Showing
338 changed files
with
20,644 additions
and
4,093 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug Report | ||
about: File a bug report for ARCore SDK for Unity. | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
|
||
### SPECIFIC ISSUE ENCOUNTERED | ||
|
||
|
||
### VERSIONS USED | ||
- Unity: | ||
- ARCore SDK for Unity: | ||
- Device manufacturer, model, and O/S: | ||
- Google Play Services for AR (ARCore): | ||
On Windows, use: `adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"` | ||
On macOS, use: `adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:` | ||
- Output of `adb shell getprop ro.build.fingerprint`: | ||
|
||
|
||
### STEPS TO REPRODUCE THE ISSUE | ||
1. | ||
1. | ||
1. | ||
|
||
|
||
### WORKAROUNDS (IF ANY) | ||
|
||
|
||
### ADDITIONAL COMMENTS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Advice and general questions | ||
url: https://stackoverflow.com/questions/tagged/ARCore | ||
about: For advice and general questions, please use the ARCore tag on Stack Overflow. | ||
- name: ARCore SDK for Android | ||
url: https://github.com/google-ar/arcore-android-sdk/issues | ||
about: If using Android Studio, please use the https://github.com/google-ar/arcore-android-sdk issue tracker instead. | ||
|
||
- name: Developer documentation | ||
url: https://developers.google.com/ar/develop/unity/ | ||
about: Check out the developer documentation in case your question has already been answered. | ||
- name: API reference documentation | ||
url: https://developers.google.com/ar/reference/unity/ | ||
about: For API questions, refer to the API reference documentation. |
6 changes: 6 additions & 0 deletions
6
Assets/GoogleARCore/Editor/ARCoreAndroidKeylessDependencies.template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<dependencies> | ||
<androidPackages> | ||
<androidPackage spec="com.google.android.gms:play-services-auth-base:16+" /> | ||
</androidPackages> | ||
</dependencies> | ||
|
2 changes: 1 addition & 1 deletion
2
...herGradleWithoutUseProguard.template.meta → ...eAndroidKeylessDependencies.template.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<dependencies> | ||
<iosPods> | ||
<iosPod name="ARCore/CloudAnchors" version="~> 1.19.0" minTargetSdk="11.0"> | ||
<iosPod name="ARCore/CloudAnchors" version="~> 1.20.0" minTargetSdk="11.0"> | ||
</iosPod> | ||
</iosPods> | ||
</dependencies> |
2 changes: 1 addition & 1 deletion
2
Assets/GoogleARCore/Examples/AugmentedFaces/Materials/Shaders/AugmentedFaceOccluder.shader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.