Problem:
I want to edit the Hands that appear by default in VirooStudio, I want to change the material of the hands for example.
How can this be done?
Additional information:
VIROO version: 2.6
Unity version: 2022.3.9f1 and 2022.3.40f1.
Solution:
It is indeed possible to customise your hand appearance in VirooStudio.
You will need to follow the next steps for that:
- Go to File->New Scene and select the VIROOMain template scene.
- Under VirooInteractionsHands locate LeftHandModel and RightHandModel objects.
There you will be able to edit the SkinnedMeshRenderer component, such as the material or the mesh.
Please note that changes will only appear in a published build, since the BootstrapMock rig used in the Editor when testing scenes differs from the runtime rig present in the Main scene.