Hello,
I’m new to Unity and am having a problem with a VR game I’m trying to build.
The premise of the game is that a player is a farmer who needs to catch all of the kittens that are running around in the field. I am using this free kitten model from the Asset Store: Unity Asset Store - The Best Assets for Game Making
My question is: how would I make a script that allows the kittens to run around the field (randomly), without hitting other things? The only other “things” would be rigidbodies, like the fence around the field, etc.
Thanks in advance!