How do I obtain the unit object if I know its unitID? I cannot find a Unit.GetById anywhere, and don't believe it exists.
For example, if I know a unit's name, I can get the unit object simply using Unit.getByName('unit name'), but how do I do that when I only know the unitID?