- Home /
Measuring XYZ coordinates in Unity vs in real life.
Hello,
I want my humanoid model in unity to move in the same way as I do in the real life. For example If I move my hand 50 cm to right in real then I want my model also to move hand 50cm inside unity. Basically I want to make sure the model moves exactly same distance and direction as I move in real life.
Is there a way to measure the distance and direction in unity as per real life movement?
Your help would be appreciated.
Hi @Jeevan$$anonymous$$umarG - This seems to be somehow related to mocap - You seem to have another question about using $$anonymous$$inect, but in this question you don't mention any of this...
So maybe add proper tags and information to your question body so readers can know what this is about.
Unity's unit of measure by default is the meter, so 50 cm is 0.5 exactly.
Answer by TheSartremaster · Aug 31, 2018 at 11:21 AM
I think you want this tutorial here: https://unity3d.com/de/learn/tutorials/projects/creating-believable-visuals/where-start?playlist=50020
Your answer
Follow this Question
Related Questions
Rotate a sphere in the same direction the camera is pointing at 2 Answers
Camera rotating super fast when trying to match the camera and players Y euler angle. 1 Answer
Is character facing in the direction of camera? 1 Answer
Need help putting an object at a point based on screen coordinates 1 Answer