What do I need if I want to create a very simple FPS map, control wise. I know I could just load up the Standard Assets package, but that loads in a whole lot of other things I don’t need. I know I can use the FPS prefab, but that requires some extra scripts and such but I’m not sure which. Thanks.
Just check out the Unity FPS Tutorial. Then delete what you don’t want. Thats a great way to start you with a fps. Then alot of people say to use the Rigid body instead of the one in the demo I guess. So Go to the 2d platform tutorial and steal that.
Enjoy.
oh, thanks I somehow missed that tutorial.It would help to know which scripts and such are actually required though for the future. I should know how to start from scratch.