- Home /
RE: Archer FPS script
Hi, I intend to create a archery first person shooter but I have don't know how to attach the Bow to the FPS controller. Is there any script for this? Also, the bow FBX is containing pulling and shooting animation, is it possible to set the clicking fire action via animate script?
Thanks!!
Answer by syclamoth · Nov 11, 2011 at 06:35 AM
There are scripts for attaching things to the transform hierarchy, but why can't you just attach it in the editor? If you've imported the animations properly, you can use animation.CrossFade(name of animation) to fade between different animations, and animation.Play(name) to just play a single animation.
Your answer
Follow this Question
Related Questions
FPSController Collision with moving objects 2 Answers
Fps animations 0 Answers
FPS Weapon and animation 1 Answer
1 FPS in Unity Timeline 0 Answers