How to attach something to the camera in a First Person game?
I'm planning to create a FPS, and seen already some games which managed to show the gun in the center of camera and following when moving & rotating. Is there any easy way to do it?
-
Search my basic first person shooter kit. Put tags onto the topmost cube, teleport objects to those tag positions.
Search block builder level for an example. I made it remixable. -
You might not even need tags and teleportation. You can possible just attach stuff directly to the camera.
-
If you set up a items (this case, a gun) with a controller input set to remote control, advanced mover etc you can also add a camera gadget to the items microchip.
The camera will then 'follow' that items movement. Some gyros are useful.
Please sign in to leave a comment.