Skip to content

Releases: kou-yeung/WebGLInput

bugfix

18 Mar 02:43
Compare
Choose a tag to compare

fixed : input Emoji selection issue. selectionPosition -> selectionStringPosition for TMP

bugfix

13 Mar 04:30
Compare
Choose a tag to compare

fix long text going invisible using TextMeshPro(#34)
optimisation InputField rebuild frequency.

bugfix

11 Jan 11:12
Compare
Choose a tag to compare

Support InputField And TMP_InputField readOnly properties (#31 thanks @bantime)
Support TMPro InputField.OnFocusSelectAll properties

bugfix

19 Jul 02:10
a5fd3e7
Compare
Choose a tag to compare

use camera when rendermode is not screenspace overlay and have camera is setted

bug fix

18 Jul 07:15
5e92da5
Compare
Choose a tag to compare

fix when Canvas renderMode is ScreenSpace - Camera. input element is not calculated correctly. (#24 thanks @babazookz)

release v0.50

16 Jul 03:41
f7d331c
Compare
Choose a tag to compare

support Unity2019. ( canvas id is changed to "unityContainer" ) #21

bug fix

13 Jul 07:01
c6e6450
Compare
Choose a tag to compare

fix: set font size with "px". (#18 thanks @itouh2-i0plus )
fix: Firefox focus bug.(#19 )

fix : fast switch tab "Ctrl + tab". instance maybe removed.

23 May 09:45
7ab81ad
Compare
Choose a tag to compare
Merge pull request #15 from kou-yeung/develop

Develop

release v0.4

23 May 09:17
5d2a8ef
Compare
Choose a tag to compare

fix Selection lost on alt tab (#12 )

release v0.3

18 May 11:26
1e3b4e7
Compare
Choose a tag to compare

fix "Input prediction" position for WorldSpace Canvas.
support "tab" / "shift tab" change focus to other inputfield (#3 )