Skip to content

A Unity experiment in programming AI for fish in a tank.

License

Notifications You must be signed in to change notification settings

Krxtopher/unity-fish-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Fish AI Experiment

A Unity experiment in programming AI for fish in a tank.

Dev Requirements

  • Unity 2018.1.5
  • Git LFS (most Git clients will install this automatically when you clone this repo)

Notes

After openning the Unity project, open the following scene to try it out: FishDemo/Scenes/SampleScene

The fish behavior is all defined in the file FishDemo/Scripts/Fish.cs

While the app is running, be sure to take a look at the editor viewport. It will show some debugging aids in the form of colored lines that communicate what each fish is "seeing", when it detects an obstacle, and how it plans to avoid the obstacle.

Debug Aid Visuals

Debug aids as seen in the editor viewport during play.

About

A Unity experiment in programming AI for fish in a tank.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages