void Start()
	{
		pathMakerScript = GetComponent<OpenPathGenerator> ();
	}
 void Start()
 {
     pathMakerScript = GetComponent <OpenPathGenerator> ();
 }