Skip to content

golergka/Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vision

Vision is simple system to realize a spherical AI vision in your projects.

  • Create single gameObject with VisibleGrid in the scene for the system to work.
  • Put Visible component on the gameObjects that you want to be visible.
  • Use IVisibleListener interface on other components of this object to know when you're being seen.
  • Put Vision component on the gameObjects taht you want to see.
  • Use IVisionListener interface on other components of this object to know what you see.
  • Or just use VisiblesInSight().

Future plans:

  • Further optimizaitons where neccessary.
  • Cone-shaped vision.
  • Raycasting.

About

Simple vision systems for Unity games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages