Wednesday, April 16, 2014

Coordinates to display a prefab in the middle of your hands in Unity-3D

To display a prefab  in middle of your hand, make it child object of main object camera  of first person controller.
Then add following coordinates to the prefab:
Position: 1, -0.96 ,1
Rotation: 0, 0, 0

No comments:

Post a Comment

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...