Skip to content

Commit

Permalink
Demo Updated with ManoMotion BundleID
Browse files Browse the repository at this point in the history
  • Loading branch information
alon-grinshpoon committed Apr 23, 2021
1 parent 588a8a6 commit 54cb2ed
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 6 deletions.
62 changes: 62 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
-# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
Hand Tracking Demo/[Ll]ibrary/
Hand Tracking Demo/[Tt]emp/
Hand Tracking Demo/[Oo]bj/
Hand Tracking Demo/[Bb]uild/
Hand Tracking Demo/[Bb]uilds/
Hand Tracking Demo/[Ll]ogs/
Hand Tracking Demo/[Mm]emoryCaptures/
Hand Tracking Demo/ProjectSettings/ProjectVersion.txt
Hand Tracking Demo/UserSettings/EditorUserSettings.asset

# Never ignore Asset meta data
!/[Aa]ssets/**/*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

# Autogenerated Jetbrains Rider plugin
[Aa]ssets/Plugins/Editor/JetBrains*

# Visual Studio cache directory
.vs/
.vscode/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties
6 changes: 3 additions & 3 deletions Hand Tracking Demo/Assets/Scenes/Main.unity
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ MonoBehaviour:
m_Name:
m_EditorClassIdentifier:
echoAR: {fileID: 1648207827}
APIKey: plain-thunder-8568
APIKey: <YOUR_API_KEY>
debugText: {fileID: 739715427}
maxModels: 7
--- !u!114 &829147778
Expand Down Expand Up @@ -1183,7 +1183,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 3838476432118020029, guid: d51db39ed46eb16419119819e79cc835, type: 3}
propertyPath: _licenseKey
value: IUGFS-PYAPQ-EIBEM-CIYYM
value: <YOUR_LICENSE _KEY>
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: d51db39ed46eb16419119819e79cc835, type: 3}
Expand Down Expand Up @@ -1444,7 +1444,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2782816026810004250, guid: e1d4d8772d02a5a47acd9aa621ae8c34, type: 3}
propertyPath: APIKey
value:
value: <YOUR_API_KEY>
objectReference: {fileID: 0}
- target: {fileID: 6970338143313821952, guid: e1d4d8772d02a5a47acd9aa621ae8c34, type: 3}
propertyPath: m_LocalPosition.x
Expand Down
2 changes: 1 addition & 1 deletion Hand Tracking Demo/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ PlayerSettings:
androidSupportedAspectRatio: 1
androidMaxAspectRatio: 2.1
applicationIdentifier:
Android: com.echoAR.HandTrackingDemo
Android: com.username.hellomano
Standalone: com.manomotion.sdklitearfoundation
buildNumber: {}
AndroidBundleVersionCode: 1
Expand Down
4 changes: 2 additions & 2 deletions Hand Tracking Demo/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.1.6f1
m_EditorVersionWithRevision: 2020.1.6f1 (fc477ca6df10)
m_EditorVersion: 2020.1.2f1
m_EditorVersionWithRevision: 2020.1.2f1 (7b32bc54ba47)

0 comments on commit 54cb2ed

Please sign in to comment.