When i try to type in code: transform.translate(1,0,0);
I recieve the following error in unity
Assets\Mover.cs(10,19): error CS1061: ‘Transform’ does not contain a definition for ‘translate’ and no accessible extension method ‘translate’ accepting a first argument of type ‘Transform’ could be found (are you missing a using directive or an assembly reference?)