![Stick Figure](https://assetstorev1-prd-cdn.unity3d.com/key-image/2fd891e1-4d2e-4916-839f-f09f5e7e7213.jpg)
A different way to create 2d characters.This asset helps you create 2d characters.How does it work?There is a component called LinearLimb, It takes 3 GameObjects as Handles, and draws a straight/curved line along these handles. It has many parameter for creating a suitable shape.You can use LinearLimb as an arm, leg and spine.Pros:- Fast and Easy: You can create a character in a few minutes.- Easier Animating: Don't need to rotate bones, Just move handles.- 2D Morph Animation: You can animate LinearLimb parameters to change colors and the shape of your character. (e.g. Hulk Transformation)Cons:- No Ragdoll Physics: You can't create ragdoll because characters are made of handles not bones.Main Components:LinearLimb: Draw a straight/curved line.LookAt2D: Rotate your GameObject in 2D space.EyeController: Close/Open eyes.BodyManager: It updates scripts in correct order.Other Components:FakeParent: It simulates child parent relations.(Just for recording animations)