Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ARKitchen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lucas Plabst
ARKitchen
Commits
a1707d1a
Commit
a1707d1a
authored
2 years ago
by
Lucas Plabst
Browse files
Options
Downloads
Patches
Plain Diff
pre-mrtk examples
parent
69b2318e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Assets/NotificationVoice.cs
+1
-1
1 addition, 1 deletion
Assets/NotificationVoice.cs
UserSettings/EditorUserSettings.asset
+7
-7
7 additions, 7 deletions
UserSettings/EditorUserSettings.asset
with
8 additions
and
8 deletions
Assets/NotificationVoice.cs
+
1
−
1
View file @
a1707d1a
...
...
@@ -20,7 +20,7 @@ public class NotificationVoice : MonoBehaviour
if
(
GameObject
.
FindGameObjectsWithTag
(
voiceCommand
)
!=
null
)
tempNotis
=
GameObject
.
FindGameObjectsWithTag
(
voiceCommand
);
if
(
tempNotis
!=
null
)
if
(
tempNotis
[
0
]
!=
null
)
notification
=
tempNotis
[
0
];
}
public
void
triggerNotification
()
...
...
This diff is collapsed.
Click to expand it.
UserSettings/EditorUserSettings.asset
+
7
−
7
View file @
a1707d1a
...
...
@@ -15,25 +15,25 @@ EditorUserSettings:
value
:
530806565553585f5d5e5f7214715944434f497c7b297435752c4f6bbae2636d
flags
:
0
RecentlyUsedSceneGuid-3
:
value
:
0050560354540f0d095e0d7241775a44474e1a2f7a7c74622c784532
e7b3
6
06
8
value
:
56070d50545050585e575923427a59441516192c797b7434782a1e63
e7b
4
306
9
flags
:
0
RecentlyUsedSceneGuid-4
:
value
:
5
6070d50545050585e575923427a59441516192c797b7434782a1e63e7b43069
value
:
5
155025204010d0d0c585f2146210744134e1b72292c273274781e35b6b93268
flags
:
0
RecentlyUsedSceneGuid-5
:
value
:
5
155025204010d0d0c585f2146210744134e1b72292c273274781e35b6b93268
value
:
5
5020404070408095d0f082016220844141641722e7b2263787d4836e7b33539
flags
:
0
RecentlyUsedSceneGuid-6
:
value
:
55020404070408095d0f082016220844141641722e7b2263787d4836e7b33539
value
:
000403035756590f5e0c092443200744464e1b2879297267782b1966b7e1373e
flags
:
0
RecentlyUsedSceneGuid-7
:
value
:
000
403035756590f5e0c092443200744464e1b2879297267782b1966b7e1373e
value
:
000
8505f0405595a09085c2144270744454f482e7a7c20352f7a4960b6b13069
flags
:
0
RecentlyUsedSceneGuid-8
:
value
:
00
08505f0405595a09085c2144270744454f482e7a7c20352f7a4960b6b13069
value
:
00
5457025300595f0c5d0f73477b5b4447154c287c7c76362e2a4d36b2b56560
flags
:
0
RecentlyUsedSceneGuid-9
:
value
:
005
457025300595f0c5d0f73477b5b4447154c287c7c76362e2a4d36b2b56560
value
:
005
0560354540f0d095e0d7241775a44474e1a2f7a7c74622c784532e7b36068
flags
:
0
vcSharedLogLevel
:
value
:
0d5e400f0650
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment