This is a ready made project featuring gameready demonstrations of AI Tree system.
- Avoiding the AI exhibits its perceptual prowess by tracking player movements and dynamically responding to unexpected threats.
- Gold Mining unveils the collective coordination of AI entities in resource gathering, highlighting their intellectual cohesion and cooperative behavior.
- Stealth demonstration challenges players to outsmart vigilant AI while collecting coins, emphasizing the AI's strategic patrolling and perception system.
- Raider the AI acts as tireless treasure hunters, showcasing effective environmental scanning and analytical abilities.
- Cover presents an engaging hide-and-seek game, demonstrating the AI's intelligent adaptation for remaining unnoticed through precise perception and environmental analysis.
Deployed project available in the Renowned Games site.
Documentation | Forum | YouTube | Discord | Twitter
This project based on Unity 2022.3 LTS and Universal render pipeline. To launch the project, you will need a licensed copy of the AI Tree from the Unity Asset Store updated to version 1.8.0
and higher.
- Go to the disk section where you want to create a project.
- Open git-bush.
- Make sure that you have installed git lfs:
git lfs install
. - Enter command:
git clone https://github.com/tamerlan-shakirov/AITreeSamples.git AITreeSamples
, whereAITreeSamples
is name of project. - Open Unity Hub and in projects section click [Add] and find downloaded AITreeSamples folder in your disk.
- After starting the project import in the dialog window select Enter Safe Mode.
- After opening the Unity project, don't pay attention to compile errors, go to Package Manager and install AI Tree system.
- Wait for the completion of importing and compilation.
- Download project
- Extract project in desired location.
- Open Unity Hub and in projects section click [Add] and find extract project folder.
- After starting the project import in the dialog window select Enter Safe Mode.
- After opening the Unity project, don't pay attention to compile errors, go to Package Manager and install AI Tree system.
- Wait for the completion of importing and compilation.
- Use
Tools/AI Tree/Samples/Bootstrap
to launch game mode. - Use
Tools/AI Tree/Samples/Menu Scene
to launch game mode skipping into splash screen. - All the samples are divided into separate folders and are located in
Assets/Samples