Liyea Posted July 28, 2020 Share Posted July 28, 2020 Like the title, I want to use handtracking in the AR environment.But the model of the hand will look strange. I tried to change the alpha in the material or the HandRenderer to 0. But as soon as the hand is detected, the alpha will be changed back to 255. Is there any way to make the color of the hand transparent? Link to comment Share on other sites More sharing options...
zzy Posted July 28, 2020 Share Posted July 28, 2020 Hi @Liyea You can disable hand renderer script, so hand is not rendered. If you need the hand renderer script to be active (e.g. using the collider), you can change the hand material to a no-op material that always draws tranparent color. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now