Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Moving session configuration out of SDK directory.
Browse files Browse the repository at this point in the history
This allows updating the SDK in the project without having to edit
files specific for the sample.
  • Loading branch information
claywilkinson committed Dec 26, 2018
1 parent 0d80dd0 commit 1359b0d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
@@ -0,0 +1,5 @@
Library/
Temp/
*.csproj
*.sln
*.apk
19 changes: 19 additions & 0 deletions Assets/TargetDatabase/TransmoTargetSessionConfig.asset
@@ -0,0 +1,19 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 53ac32fab2599402fb6d154adf4c1e40, type: 3}
m_Name: TransmoTargetSessionConfig
m_EditorClassIdentifier:
MatchCameraFramerate: 1
PlaneFindingMode: 0
EnableLightEstimation: 1
EnableCloudAnchor: 0
AugmentedImageDatabase: {fileID: 11400000, guid: f1a3d525d38b04529b8a76165c22e96a,
type: 2}
10 changes: 10 additions & 0 deletions Assets/TargetDatabase/TransmoTargetSessionConfig.asset.meta

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

0 comments on commit 1359b0d

Please sign in to comment.