Other
On-Rails Shooter with UFPS ???
Hello guys! I need help :(
I want to make a game On-Rails Shooter, but can not find any tutorial :(
The only tutorials I see are Star Fox style, but that's not what I want
What i want is more like... Blue Estate The Game and Rambo The Video Game
so.. I recently bought 2 assets (from asset store) that are...
Camera Path Animator (https://www.assetstore.unity3d.com/en/#!/content/617)
and
UFPS (https://www.assetstore.unity3d.com/en/#!/content/2943)
There any way to unite them and make it work?
Any help will be well appreciated! :')
Answer by phxvyper · Jun 16, 2016 at 09:09 PM
Parent your vp_FPController object to an Empty GameObject. Then in Camera Path Animator, set the object to animate to that empty GameObject you've setup as parent of your vp_FPController object.
EDIT:
Firstly, in your video, you create two vp_FPControllers (the prefab you chose has an FPController attached to it). Only use the prefab, there is no reason to have the prefab instantiated and an empty game object with the FPController.
The FPController is whats creating that buggy up-down movement because of the motor variables. It wants to be on the ground SO BADLY but it cant be on the ground because your camera path is forcing it to be above ground. Play around with all of the variables on the UFPS prefab until you're comfortable with everything on the player controller.
You should really take a look at the UFPS Manual too, try to make an FPS Controller from scratch without the prefab.
Follow this Question
Related Questions
Animation of my enemies dont stop in my FPS game 0 Answers
make enemy with walking animation shoot and die script help me !! 1 Answer
Gun shoot problem? 1 Answer
First person shooter : 2d sprites 1 Answer
Using the Animator controllerl in a FPS 0 Answers