Skip to content
This repository has been archived by the owner on Sep 14, 2021. It is now read-only.

Commit

Permalink
ARCore Unity SDK v1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanjin Buljko committed Oct 6, 2020
1 parent 921adc3 commit b6af2d8
Show file tree
Hide file tree
Showing 338 changed files with 20,644 additions and 4,093 deletions.
35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
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>

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/GoogleARCore/Editor/ARCoreiOSDependencies.template
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>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//-----------------------------------------------------------------------
// <copyright file="AugmentedFaceOccluder.shader" company="Google LLC">
//
// Copyright 2019 Google LLC. All Rights Reserved.
// Copyright 2019 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit b6af2d8

Please sign in to comment.