Asset Store link page

This asset is suitable for any kind of games.

Animals System is an asset to help you implement and customize animals movement and behaviors to your game. They move with rigidbody and transform. The asset is in it's development state. I'll be adding more animals and better behaviours.

I try to keep everything as simple as it can be. 

17 scripts :

  • Animals/Animal.cs (to remember each animals starting pos and destroy them)
  • Animals/AnimalCollisionDetector.cs (to check collision of any kind)
  • Animals/AquariusAi.cs (the script for the rigidbody aquarius)
  • Animals/FlyerAi.cs (the script for the rigidbody flyer)
  • Animals/TerranAI.cs  (the script for the rigidbody terran)
  • Animals/SpawnerAnimals.cs  (the script that spawn a pool of animals)
  • Animals/Wander.cs (the script for the transform animals)
  • Animals/PigeonFly.cs (the script to enable fly for the transform animals)
  • DebugDraw/DrawingGizmos.cs (to draw local rotation and normals)
  • Env/SunRotate.cs 
  • GravitySys/CustomGravity.cs
  • GravitySys/GravitySource.cs
  • Player/InputManager.cs (for the new input manager system)
  • Player/OrbitCamera.cs
  • Player/PlayerMasterMov.cs
  • Player/TeleportPlayer.cs
  • UI/CanvasFocus.cs

1 Teleporter

1 water shader

2 types of movement Transform and Rigidbody

3 categories of animals Terran, Flyer, Aquarius

5 animals models with animations

  • Fish
  • Cat
  • Butterfly
  • Chicken
  • Mouse

Promotional video :

Asset Store publisher

Discord server

Documentation

https://linktr.ee/electorch


Helpful links: 

(—Jasper Flick——catlikecoding.com—)

Download

Download
AnimalsSystem.zip 40 MB

Comments

Log in with itch.io to leave a comment.

Here is the link to the asset store package 

https://assetstore.unity.com/packages/tools/ai/animals-system-213307