i am getting an error with my c# script when i try to convert from jscript.
public Vector3 climbDirection;
public void ClimbDirection()
{
return climbDirection;
}
the error says since this is void, a return keyword must not be followed by an object expression.
any help? thank you :P