How to set player as 3d model
how do i set this model as player and how do i make it so that the gun next to it is in its hands all times
Answer by Ambrose998800 · Dec 10, 2017 at 07:22 PM
Add Character Controller component to the model ans assign the camera to it as a child. Then add the gun to the hand/handbone as a child.
Later, you will change guns by using this command per script: https://docs.unity3d.com/ScriptReference/Transform.SetParent.html
Your answer
Follow this Question
Related Questions
IL2CPP compilation error - Bee.exe failed to run,IL2CPP Compilation Error - Bee.exe isn't found 0 Answers
How Do i get my armour to move with my player ? 0 Answers
Attaching a cloth object to two independently moving players, 0 Answers
How can I attach a Gameobject from the scene to a prefab on the Assets folder? 0 Answers
smooth Movement script for Player prefab in Steam VR using Oculus Rift touch controllers? 1 Answer