Skip to content

Commit 4a7cd86

Browse files
author
Mark Fine
committed
ARCore Extensions SDK v1.46.0-arf4
1 parent b2b7596 commit 4a7cd86

File tree

9 files changed

+6
-11
lines changed

9 files changed

+6
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/CloudAnchors" version="~> 1.45.0" minTargetSdk="12.0">
3+
<iosPod name="ARCore/CloudAnchors" version="~> 1.46.0" minTargetSdk="12.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/GARSession" version="~> 1.45.0" minTargetSdk="12.0">
3+
<iosPod name="ARCore/GARSession" version="~> 1.46.0" minTargetSdk="12.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/Geospatial" version="~> 1.45.0" minTargetSdk="12.0">
3+
<iosPod name="ARCore/Geospatial" version="~> 1.46.0" minTargetSdk="12.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<dependencies>
22
<iosPods>
3-
<iosPod name="ARCore/Semantics" version="~> 1.45.0" minTargetSdk="12.0">
3+
<iosPod name="ARCore/Semantics" version="~> 1.46.0" minTargetSdk="12.0">
44
</iosPod>
55
</iosPods>
66
</dependencies>

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ Augmented Reality API. It also provides native APIs for features provided by
77
Google ARCore. With these extensions you can build new AR experiences or
88
enhance existing apps with AR features.
99

10-
This package does not yet provide access to all ARCore APIs and capabilities.
11-
If one or more of those features are required by your project, consider using
12-
the [ARCore SDK for Unity](//developers.google.com/ar/develop/downloads)
13-
until those features have been added to this package.
14-
1510

1611
## Quick Start
1712

Runtime/Plugins/ARPresto.aar

8.61 KB
Binary file not shown.

Runtime/Plugins/arcore_client.aar

604 Bytes
Binary file not shown.

Runtime/Scripts/VersionInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ public class VersionInfo
2828
/// <summary>
2929
/// The current ARCore Extensions package version.
3030
/// </summary>
31-
public static readonly string Version = "1.45.0";
31+
public static readonly string Version = "1.46.0";
3232
}
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.google.ar.core.arfoundation.extensions",
33
"displayName": "ARCore Extensions",
4-
"version": "1.45.0",
4+
"version": "1.46.0",
55
"unity": "2019.4",
66
"description": "Google ARCore Extensions for AR Foundation. This package provides access to ARCore features not covered by AR Foundation's cross platform API.",
77
"author":

0 commit comments

Comments
 (0)