Unit

public class Unit : MonoBehaviour

This is main, core class for any game unit. Unit class connects all other unit module components.

If you want to create your own modules for units, we recommend you to read all info about Unit class and its methods firt - it will simplify your future work.