Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hey, I am new and just started with unity and C#. Out of curiositiy...how do you Script the cat to lure them? With some kind of attractive force of another object? Best of luck!

Thanks for the feedback! 

At the moment I'm thinking of using a nav mesh agents which is unity's simple AI (Brackeys has some tutorials about this) to give the cats a Target positions to move to depending on how I end up controlling the cats and player.

Now that you mention forces using a rigidbody may be a fun way to implement it although I think it would be more difficult.