Skip to content

gilpark/Fluxsystem_Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Fluxsystem_Unity

This is a simple Vectorfield(aka flowfield) for Unity. alt text

It is still WIP and supports only 2D, which means only X and Z positions of the object are updated on the field. 3D Vectorfield will soon be implemented. More information about vectorfield / goal based path finding

The system consists of 3 parts:

  • Fluxsystem class is the main class that initiates & calculates the field.
  • Cell class is holding infomation of its & neighbors' location in the array.
  • flow class is for looking up vector in the cell in the field and updates object's position.

IMAGE ALT TEXT HERE

About

simple Vectorfield for Unity3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages