MicrosoftDocs / mixed-reality

Mixed Reality documentation
Creative Commons Attribution 4.0 International
173 stars 181 forks source link

KeywordRecognitionSubsystem CreateOrGetEventForKeyword can not input chinese #774

Closed qq464418017 closed 1 month ago

qq464418017 commented 1 month ago

var keywordRecognitionSubsystem = XRSubsystemHelpers.GetFirstRunningSubsystem();

    if (keywordRecognitionSubsystem != null)
    {
        keywordRecognitionSubsystem.CreateOrGetEventForKeyword("测试").AddListener(() => Debug.Log("Keyword recognized"));
    }

} create keyword is chinese unity is exit

AMollis commented 1 month ago

This is not valid documentation bug. If you have feedback for the HoloLens development, please provide via the Feedback tool on an HL2 device.