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

KeywordRecognitionSubsystem CreateOrGetEventForKeyword can not input chinese #774

Closed
qq464418017 opened this issue May 10, 2024 · 1 comment
Labels

Comments

@qq464418017
Copy link

var keywordRecognitionSubsystem = XRSubsystemHelpers.GetFirstRunningSubsystem();

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

}
create keyword is chinese unity is exit

@AMollis
Copy link
Collaborator

AMollis commented May 20, 2024

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

@AMollis AMollis closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants