Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experimental TextmeshPro and UnityUI input field helpers that work with HoloLens keyboard #7577

Merged
merged 37 commits into from
Mar 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
2721135
helper scripts
Sep 23, 2019
3076326
disabled scripts are not going to receive input
Sep 23, 2019
1b30900
Integrated existing MixedRealityKeyboard into the bunch; fixed ClearT…
Sep 24, 2019
bccfb29
comments, ExperimentalAttribute, space removal
Sep 24, 2019
b7c7703
not entirely sure how to use the ExperimentalAttribute
Sep 24, 2019
0d118fd
compiler fixing
Sep 24, 2019
eb0e42f
Merge branch 'mrtk_development' of https://github.com/Microsoft/Mixed…
Sep 24, 2019
aa3ae88
Merge branch 'mrtk_development' of https://github.com/Microsoft/Mixed…
Sep 26, 2019
28fff4a
demo scene for InputFields
Sep 26, 2019
361dc30
Merge branch 'mrtk_development' of https://github.com/Microsoft/Mixed…
Oct 3, 2019
7fd8082
Moved files as suggested by Julenka
Oct 3, 2019
22fa2e9
Merge branch 'mrtk_development' of https://github.com/microsoft/Mixed…
Jan 14, 2020
66ebad3
Null check, Log when relevant, forgot to port loop body
Jan 14, 2020
dd8a4be
Folder move
Jan 14, 2020
a71d2da
eye comparison with dev code
Jan 14, 2020
1adc808
Merge branch 'mrtk_development' of https://github.com/hololux/MixedRe…
Feb 10, 2020
6b3c96e
Updated syntax to current standards
Feb 10, 2020
514a3c3
API cleanup
Feb 10, 2020
65e6b7b
Merge remote-tracking branch 'msft/mrtk_development' into user/julenk…
Mar 20, 2020
460e2a9
Move mrkeyboard folder, move out mrkeyboardpreview into separate folder
Mar 20, 2020
809876f
documentation for input fields, add to experimental section
Mar 21, 2020
90908c6
Comment MRKeyboardBase
Mar 23, 2020
a405e17
Update Assets/MRTK/SDK/Experimental/MixedRealityKeyboard/KeyboardInpu…
Mar 23, 2020
a17ccaf
Clarify MRKeyboard documentation.
Mar 23, 2020
951b0da
Fix text getting cleared every time input field clicked.
Mar 24, 2020
5c29e21
Merge branch 'user/julenka/keyboard' of https://github.com/julenka/Mi…
Mar 24, 2020
d621888
Delete commented #define
Mar 24, 2020
e49ca2f
add text input field to slate ugui
Mar 25, 2020
9d145d7
explain that system keyboard does not work with holographic remoting …
Mar 25, 2020
db83a24
Add component menu items for MRKeyboard, and input fields.
Mar 25, 2020
ea300a1
Make prefabs for the text input fields.
Mar 25, 2020
9f775c7
Add keyboard helper classes to release notes.
Mar 25, 2020
999e1b6
Move prefabs to SDK, remove parens from prefab names
Mar 25, 2020
fc589e4
Add pointers to prefabs in documentation.
Mar 25, 2020
22f5c4b
Add links to classes in documentation.
Mar 25, 2020
0942370
Update Documentation/ReleaseNotes.md
Mar 25, 2020
dce308b
Update ReleaseNotes.md
Mar 25, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@ private void Update()

#endregion MonoBehaviour Implementation
}
}
}
8 changes: 8 additions & 0 deletions Assets/MRTK/Examples/Experimental/MixedRealityKeyboard.meta

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

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