All Projects → sturdyspoon → Unity Movement Ai

sturdyspoon / Unity Movement Ai

Licence: mit
A Unity library for common movement AI

Labels

Projects that are alternatives of or similar to Unity Movement Ai

Atlasimage
AtlasImage is a graphic component use SpriteAtlas for uGUI. In addition, add useful sprite selector and border editor to the inspector.
Stars: ✭ 81 (-93.61%)
Mutual labels:  unity
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-93.45%)
Mutual labels:  unity
2d Deformable Body In Unity
A 2D Deformable body simulation in Unity using FEM
Stars: ✭ 85 (-93.29%)
Mutual labels:  unity
Brainiac
Behaviour tree editor for Unity3D
Stars: ✭ 81 (-93.61%)
Mutual labels:  unity
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-93.53%)
Mutual labels:  unity
Lockstepplatform
Stars: ✭ 84 (-93.37%)
Mutual labels:  unity
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-93.69%)
Mutual labels:  unity
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-93.21%)
Mutual labels:  unity
Levelgenerator
Unity plug-in for procedurally generating indoor levels using abstract chunks.
Stars: ✭ 82 (-93.53%)
Mutual labels:  unity
Unity Colourlovers Importer
Unity editor tool to load colours and palettes directly from COLOURlovers.com
Stars: ✭ 85 (-93.29%)
Mutual labels:  unity
Vertexanimationjob
Vertex animation with C# Job System and new Mesh API
Stars: ✭ 82 (-93.53%)
Mutual labels:  unity
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: ✭ 81 (-93.61%)
Mutual labels:  unity
Unity Azure Pipelines Tasks
Azure DevOps extension adding tools to build and deploy Unity 3D projects using Azure Pipelines
Stars: ✭ 83 (-93.45%)
Mutual labels:  unity
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-93.61%)
Mutual labels:  unity
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (-0.55%)
Mutual labels:  unity
Openmod
OpenMod .NET Plugin Framework
Stars: ✭ 81 (-93.61%)
Mutual labels:  unity
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-93.45%)
Mutual labels:  unity
Adamplanereflection
Planar reflection effect from the Adam Interior Environment package.
Stars: ✭ 86 (-93.21%)
Mutual labels:  unity
Unityrecyclinglistview
A fast scrolling list component for Unity UI which recycles its child elements
Stars: ✭ 86 (-93.21%)
Mutual labels:  unity
Unityandroidhotupdate
(Unity3D热更新) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve.
Stars: ✭ 85 (-93.29%)
Mutual labels:  unity

Unity Movement AI

Unity Movement AI is a library of common movement AI scripts known as Steering Behaviors. You can use these scripts to help your NPCs move around your game.

How to Use

If you want to add this library to your game then import the UnityMovementAI.unitypackage. This package includes all of the movement scripts along with some premade game objects that use the scripts.

Feel free to only use what you need from the package.

Examples

If you would like to play around with the library then download this whole repository and open it in Unity. The Examples folder holds a number of premade scenes for you to play around with.

Additional Info

The library comes with the following steering behaviors: Arrive, Cohesion, Collision Avoidance, Evade, Flee, Follow Path, Hide, Interpose, Offset Pursuit, Pursue, Seek, Separation, Velocity Match, Wall Avoidance, and Wander.

Most steering behaviors have their own file, but Arrive, Interpose, and Seek are all located within the SteeringBasics.cs file.

Previews

Here are some previews of the different movement AI that come with this library.

Arrive

Hide

Flocking

Wall Avoidance

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].