anedumgottil / VR-Mazmorra

Procedurally generated VR Dungeon
Apache License 2.0
1 stars 0 forks source link

Create a Drone #9

Open anedumgottil opened 6 years ago

anedumgottil commented 6 years ago

Graphical:

apodgo2 commented 6 years ago

drone needs to bump into things using Unity physics.... look into rigidbodies?

apodgo2 commented 6 years ago

drone needs to follow player. use the navmesh for this? make it a navmesh agent @slobanwala1 and I'll get working on getting the actual navmesh generated at runtime.

apodgo2 commented 6 years ago

FSM could use a little work, but the NavMesh is generated and the Drone correctly walks it as of d63b3db4678d70bffe39cf37211a442572df6448.

Will close after the FSM is implemented and it's movement is non-random.