Skip to content

m039/CommonUnitySamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common Unity Samples

This project contains samples to showcase Common Unity Library.

You can try them in a browser.

Samples:

GOAP Sample

This sample is inspired by this YouTube video about GOAP in Godot. I used the same goals and assets. The main goal of a bot is to keep a bonfire lit. He can also be hungry or in danger when he encounteres a troll.

Behaviour Tree Sample

In this sample there are several types of bots with different behaviours. From time to time some food appears and bots are trying to find and grab it. You can also add or remove food by clicking on the screen.

State Machine Sample

This is a very simple sample when you can change a bot's state by pressing a button.

Pathfinding Sample

A scene with a lot of object with colliders and two circles which you can drag with a mouse and the path will be calculated between their points.

Flocking Sample

A scene with a lot of small agents with flocking behavours.