Liyea 0 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? Share this post Link to post Share on other sites
zzy 17 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. Share this post Link to post Share on other sites