Forum Discussion
omtron
9 years agoProtege
How do I get transform of index finger tip?
In Unity I'm trying to add a laser appear out of index finger when player points, but I can't figure out how to select the tip of the index finger. Is transform.Find("hands:b_l_index_ignore") the only...
- 9 years agoCreate a public or a serialized variable for it in a script and drag the transform to the slot in the property inspector.
- 9 years agoSolution:
I added this to the end of AddAvatarComponent() in OvrAvatar.cs:try{middleFingerTip = GameObject.Find("hands:b_r_middle_ignore").transform;} catch{return;}
omtron
9 years agoProtege
cybereality said:
This should be in the Unity section of the Developer forum. I'll move the thread.
Thanks for moving the thread for me... Any idea on how I would get the Transform of tip of the index finger?
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 4 years ago
- 12 months ago
- 8 years ago