MRTKUGUIInputField Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A derived class of UGUI's InputField to workaround with some issues of typing on HoloLens 2 specific to Unity 2018.4
public ref class MRTKUGUIInputField : UnityEngine::UI::InputField
public class MRTKUGUIInputField : UnityEngine.UI.InputField
type MRTKUGUIInputField = class
inherit InputField
Public Class MRTKUGUIInputField
Inherits InputField
- Inheritance
-
UnityEngine.UI.InputFieldMRTKUGUIInputField
If using Unity 2019 or 2020, make sure the version >= 2019.4.25 or 2020.3.2 to ensure the latest fixes for Unity keyboard bugs are present.
Disable |
Currently there is a Unity bug that needs a workaround. Please keep this setting to be false until an announcement of the version of Unity/UGUI that resolves the issue is made. |
Selection |
Produkt | Versioner |
---|---|
MRTK2 Unity 2018 | 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.6.0, 2.7.0, 2.8.0 |