hi to all ;) i want to rotate of 90' an object. for do this i use following line :
transform.Rotate(new Vector3(0,0,1),90f);
problem is that i want to see object while rotate. use transform.Rotate i see directly my object rotate but i want see rotate moving. is this possible in some way? ;) thanks a lot ;)