playMaker

Author Topic: VR Playmaker with a Drone  (Read 2738 times)

gance9

  • Playmaker Newbie
  • *
  • Posts: 7
VR Playmaker with a Drone
« on: October 05, 2017, 02:41:23 PM »
Hello!

I am currently working on shooting a Drone down in Unity with HTC Vive. I have my projectile and drone with colliders. I am looking for help on what actions I would pick to happen when this collision happens. Maybe add force or set the gravity to something? Any help would be great.

Thanks,
Mike

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: VR Playmaker with a Drone
« Reply #1 on: October 05, 2017, 10:58:49 PM »
Hi,
There are many possibilities, you can for example change the gravity in combination with some animations to rotate the drone while "falling"
also a add force on impact.

Best is make a simple scene and test what looks best, then implement in your main scene.