Project

Lineage

Project Lineage is a mixup of a piccrew and family tree. The goal is to be able to witness how different features may pass from parent to child, and how a feature may appear random actually started much earlier in the family line.

I have currently made 2 versions. The original that is available on itch, and an improved remake a year later. The remake was made with the goal of improving customization and genealogy.

I am now in the pre-production of version 3 which I am hoping to be able to improve in user ability and extend the amount of customizability without hard coding it.

Version 1

Version one was set up with a set number of features and all coloring of the pngs was done before importing them into Unity.

The genetics are 50/50 based on the genes of the “parents” and there is an equal chance of any of the genes to be chosen as the appearance.

Version 2

Future Version 3

Blending of Genes - Color

Chance = (int) RandomRange(-1, 101)

(int)GeneA + (((GeneB - GeneA)*Chance)/100)