to_the_cosmic_end
13 days agoProtege
[Unity] Hide or disable hand-tracking logs
Hello,
I am seeing thousand of logs like this one in `Android Logcat` window in runtime:
2026-05-05 12:37:37.045 28704 28939 Info InputDevice_Hand HANDTRACKING ADMIRE hand 1: hpm=1 -> shared=0
2026-05-05 12:37:37.045 28704 28939 Info [CT] HandPoseSampler: Filter reset
2026-05-05 12:38:22.126 28704 28939 Info InputDevice_Hand HANDTRACKING ADMIRE hand 1: hpm=1 -> shared=0
2026-05-05 12:38:22.126 28704 28939 Info [CT] HandPoseSampler: Filter resetThis appear when using hands and even when using controllers.
`Tag Control` can exclude them but then it doesn't show other logs unless I manually add all tags in the list and then deselect these two logs.
currently I am using Regex Filter to hide them.
