Skip to content
Snippets Groups Projects
Commit c7664337 authored by lacoche's avatar lacoche
Browse files

Add ARCoreExtensions for ARCloudAnchor support

parent 2ef84333
No related branches found
No related tags found
1 merge request!2Move tracking prefab to package, add export assetbundle capabilities for...
Showing
with 229 additions and 1 deletion
fileFormatVersion: 2
guid: d062081e3b400dd418220a7142176266
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 9e1ff1f3b5ba92f4d86926401688d58b
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: e33f0ae6a91754a3d8a1f4e1a8ddd0d6, type: 3}
m_Name: RuntimeConfig
m_EditorClassIdentifier:
IOSCloudServicesApiKey:
ModulesEnabled: []
fileFormatVersion: 2
guid: d990dc556983b2e47b9135ba8b6bc596
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 95d37853f2a3a3c4ba99f8f0ce30e4cc
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 93447c1cd87a04c4e8ede8f05bbbbb94
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
org.gradle.jvmargs=-Xmx**JVM_HEAP_SIZE**M
org.gradle.parallel=true
unityStreamingAssets=**STREAMING_ASSETS**
# Android Resolver Properties Start
android.useAndroidX=true
android.enableJetifier=true
# Android Resolver Properties End
**ADDITIONAL_PROPERTIES**
fileFormatVersion: 2
guid: f953870bbb8409444967ac8f9cecd8fa
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
apply plugin: 'com.android.library'
**APPLY_PLUGINS**
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.gms:play-services-auth:16+'
**DEPS**}
android {
ndkPath "**NDKPATH**"
compileSdkVersion **APIVERSION**
buildToolsVersion '**BUILDTOOLS**'
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
defaultConfig {
minSdkVersion **MINSDKVERSION**
targetSdkVersion **TARGETSDKVERSION**
ndk {
abiFilters **ABIFILTERS**
}
versionCode **VERSIONCODE**
versionName '**VERSIONNAME**'
consumerProguardFiles 'proguard-unity.txt'**USER_PROGUARD**
}
lintOptions {
abortOnError false
}
aaptOptions {
noCompress = **BUILTIN_NOCOMPRESS** + unityStreamingAssets.tokenize(', ')
ignoreAssetsPattern = "!.svn:!.git:!.ds_store:!*.scc:!CVS:!thumbs.db:!picasa.ini:!*~"
}**PACKAGING_OPTIONS**
}
**IL_CPP_BUILD_SETUP**
**SOURCE_BUILD_SETUP**
**EXTERNAL_SOURCES**
fileFormatVersion: 2
guid: ddfa0d4d92970ab4fbd8c80cc6c9f138
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
### Module Progurad Rules starts ###
## Default ##
-keep class com.unity3d.plugin.* { *; }
## AuthenticationModule ##
-keep class com.google.android.gms.common.** { *; }
-keep class com.google.android.gms.auth.** { *; }
-keep class com.google.android.gms.tasks.** { *; }
### Module Progurad Rules ends ###
### Module Progurad Rules starts ###
## Default ##
-keep class com.unity3d.plugin.* { *; }
## AuthenticationModule ##
-keep class com.google.android.gms.common.** { *; }
-keep class com.google.android.gms.auth.** { *; }
-keep class com.google.android.gms.tasks.** { *; }
### Module Progurad Rules ends ###
### Module Progurad Rules starts ###
## Default ##
-keep class com.unity3d.plugin.* { *; }
## AuthenticationModule ##
-keep class com.google.android.gms.common.** { *; }
-keep class com.google.android.gms.auth.** { *; }
-keep class com.google.android.gms.tasks.** { *; }
### Module Progurad Rules ends ###
fileFormatVersion: 2
guid: 502aa553b75944c44945bec0fd146e34
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
pluginManagement {
repositories {
**ARTIFACTORYREPOSITORY**
gradlePluginPortal()
google()
mavenCentral()
}
}
include ':launcher', ':unityLibrary'
**INCLUDES**
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_SETTINGS)
repositories {
**ARTIFACTORYREPOSITORY**
google()
mavenCentral()
flatDir {
dirs "${project(':unityLibrary').projectDir}/libs"
}
}
}
fileFormatVersion: 2
guid: 9eafb3bc564e7ae459ce3a0b2839b8fa
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
......@@ -450,6 +450,7 @@ GameObject:
m_Component:
- component: {fileID: 334744957}
- component: {fileID: 334744956}
- component: {fileID: 334744958}
m_Layer: 0
m_Name: XR Origin
m_TagString: Untagged
......@@ -490,6 +491,23 @@ Transform:
- {fileID: 789254998}
m_Father: {fileID: 0}
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!114 &334744958
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 334744955}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 1b50ad3f5d9024549b0a549c5a03a084, type: 3}
m_Name:
m_EditorClassIdentifier:
Session: {fileID: 1210990017}
Origin: {fileID: 334744956}
CameraManager: {fileID: 13101076}
ARCoreExtensionsConfig: {fileID: 11400000, guid: cf9adc83079e8e1479b1a105856aab0e, type: 2}
CameraConfigFilter: {fileID: 0}
--- !u!1 &789254997
GameObject:
m_ObjectHideFlags: 0
......
{
"dependencies": {
"com.google.ar.core.arfoundation.extensions": "https://github.com/google-ar/arcore-unity-extensions.git",
"com.unity.ai.navigation": "1.1.5",
"com.unity.cloud.gltfast": "6.4.0",
"com.unity.collab-proxy": "2.3.1",
......
{
"dependencies": {
"com.google.ar.core.arfoundation.extensions": {
"version": "https://github.com/google-ar/arcore-unity-extensions.git",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.xr.arfoundation": "4.1.5",
"com.unity.xr.arcore": "4.1.5",
"com.unity.xr.arkit": "4.1.5"
},
"hash": "09f3de423232cb087ab450f72a2ec56eedd9c465"
},
"com.unity.ai.navigation": {
"version": "1.1.5",
"depth": 0,
......
Subproject commit 25a53c5037e645114c9930a54c58c0e1e95d6653
Subproject commit 172068e0fdea526713b4f01c0b95ee0efc02d5a4
{"Version":"1.44.0","IsIOSSupportEnabled":false,"AndroidAuthenticationStrategySetting":1,"AndroidCloudServicesApiKey":"","IOSAuthenticationStrategySetting":0,"IOSCloudServicesApiKey":"","CloudAnchorEnabled":true,"GeospatialEnabled":false,"GeospatialEditorEnabled":false,"SemanticsIosEnabled":false}
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<projectSettings>
<projectSetting name="Google.PackageManagerResolver.VerboseLoggingEnabled" value="False" />
<projectSetting name="Google.VersionHandler.VerboseLoggingEnabled" value="False" />
<projectSetting name="GooglePlayServices.UseJetifier" value="True" />
</projectSettings>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment