Unity3D FPS1 Tutorial Problem Fix(Eteeski Tutorials)

Uploaded by Master Indie
Share: Twitter Facebook
-------------------------------OPEN-------------------------------
FPS1 Playlist http://www.youtube.com/playlist?list=PL7AE076AFAFD3C305

If you would like a sniper aim with cross hair. Please comment below :D
I apologize for not being understandable aswell as speaking too fast. I will try to speak slower and at a understandable paste.

If you continue to have problems on the FPS1 tutorials. Please comment your problem, and code it's affecting.(Only from FPS1.1-FPS1.25) any further, than I can't help since I haven't discovered the up coming scripts

Hey guys ReaperZ1997 here once again. In this tutorial I'm going to be showing you how to fix a couple problems in your FPS game in Unity3d.
Those who watch Eteeski Tutorials "FPS1 Game Tutorials" up to Ep.1.8 You will get a weird problem, like your gun is in a position you don't like, it's rotated the other way and the gun is really far out or backwards. This tutorial will teach you how to fix those problems.


Gun in Position you don't like.
1. Detach the children of the gun.
2. Position the parent(I like to position it so it is kinda at the back of the gun"But" Also align it with the iron sights. So you can get a good result when implementing aiming to the GunScript.
3. Re-attach the children to Parent(Make sure the "Position pivot point" is set to pivot and not centre, or else you will get problems

Gun is rotated other way but parent's z axis is aligned in the right way.
1. Detach the children of the gun.
2. Rotate the children, in the degree you want.
3. Re-attach the children to the Parent.

Gun is rotated the other(Even when changing the children's rotation axis)
1. Detach the children from the gun's parent.
2. Rotate the children not the parent to your liking.
3. Re-attach the children to the parent.

If problems still exist. Please comment what is happening, and I'll try to fix them
If you enjoyed the video please comment, rate and subscribe. Thanks for watching.