Releases: kou-yeung/WebGLInput
Releases · kou-yeung/WebGLInput
bugfix
fixed : input Emoji selection issue. selectionPosition -> selectionStringPosition for TMP
bugfix
fix long text going invisible using TextMeshPro(#34)
optimisation InputField rebuild frequency.
bugfix
Support InputField And TMP_InputField readOnly properties (#31 thanks @bantime)
Support TMPro InputField.OnFocusSelectAll properties
bugfix
use camera when rendermode is not screenspace overlay and have camera is setted
bug fix
fix when Canvas renderMode is ScreenSpace - Camera. input element is not calculated correctly. (#24 thanks @babazookz)
release v0.50
support Unity2019. ( canvas id is changed to "unityContainer" ) #21
bug fix
fix: set font size with "px". (#18 thanks @itouh2-i0plus )
fix: Firefox focus bug.(#19 )
fix : fast switch tab "Ctrl + tab". instance maybe removed.
Merge pull request #15 from kou-yeung/develop
Develop
release v0.4
fix Selection lost on alt tab (#12 )
release v0.3
fix "Input prediction" position for WorldSpace Canvas.
support "tab" / "shift tab" change focus to other inputfield (#3 )