GeneticSharp Unity3d Samples

Contains ads
Content rating
Everyone
100+
Downloads
Content rating
Everyone
Learn more
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

GeneticSharp is a fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).

https://github.com/giacomelli/GeneticSharp

There are 3 samples in the current version:

CAR2D
Based on famous BoxCar2D, this sample uses a genetic algorithm to create car designs to overcome road challenges, like gaps, hills, and obstacles.


TSP
The classic TSP sample, but in this, we can change the cities positions while the genetic algorithm is running and see how it finds the best route.

WALL BUILDER
This sample tries to build a higher wall using random initial bricks positions.
Samples showing the GeneticSharp running on Unity3d: Car2d, TSP and Wall builder
Updated on
Oct 3, 2025

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
This app may share these data types with third parties
Location, App activity and 2 others
This app may collect these data types
Location, App activity and 2 others
Data is encrypted in transit
Data can’t be deleted

What’s new

UI improvements.
Security fix (Unity).