Commit cb936a4
* Add SeeItSayItLabel automatic update when changing button's keyword, allow translation for the pattern (#593)
* Fix tests compilation without speech package (#593) (#792)
* Fix SeeItSayItLabelEnabler not unsubscribing on destroy (#593) (#792)
* Fix tests for unsupported machine (#593) (#792)
* Update org.mixedrealitytoolkit.uxcore/SeeItSayIt/SeeItSayItLabelEnabler.cs
Co-authored-by: Kurtis <[email protected]>
Signed-off-by: David Kline <[email protected]>
* Update CHANGELOG.md
* Formatting and typo updates
* Remove space from scene name
* Update SeeItSayItLabelEnabler.cs
* Always fall back to pattern if localizedPattern is empty
Even with the Localization package installed, some prefabs may need the fallback behavior (even if just temporarily)
* Add custom editor
---------
Signed-off-by: David Kline <[email protected]>
Signed-off-by: Kurtis <[email protected]>
Co-authored-by: Anonymous <[email protected]>
Co-authored-by: David Kline <[email protected]>
Co-authored-by: Kurtis <[email protected]>
Co-authored-by: Kurtis <[email protected]>
1 parent 2af5033 commit cb936a4
File tree
16 files changed
+253
-33
lines changed- UnityProjects/MRTKDevTemplate
- Assets/Scenes
- Packages
- ProjectSettings
- org.mixedrealitytoolkit.core
- Editor/Editors
- Interactables
- org.mixedrealitytoolkit.uxcore
- Editor/Inspectors
- SeeItSayIt
- SeeItSayIt
- Tests/Runtime
16 files changed
+253
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
166 | 169 | | |
167 | 170 | | |
168 | 171 | | |
169 | | - | |
170 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
171 | 179 | | |
172 | 180 | | |
173 | 181 | | |
| |||
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
155 | 162 | | |
156 | 163 | | |
157 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
7 | 12 | | |
8 | 13 | | |
9 | 14 | | |
| |||
Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments