Unity Cast int pour flotter

//(float) casts float or int after it to an float
intVar = (float)var
RosiePuddles