My camera is not a solid capsule, rather an outline of one in green. I have a gun I just made in blender and there are no animations or scripts. What exactly do I do to have my camera move while the gun follows the camera as well. This is in first person, unity free version. Thanks.
Wow that’s a perfect example of a bad question.
Anyways I’m trying to help you.
First of all, you have to make sure what structure you want to use, for example:
Should the gun move with the camera, or should the camera move with the gun?
Logically it is the latter.
So you have to:
- Add a script to your gun that moves the gun vertically and horizontal
- Position the camera to the place you want it to be
- parent the camera to your gun
If you need help to write such a script, there are tons of tutorials handling the exact same theme.
Hope this helps a bit.