public void SpawnObject(GameObject objectToPlace) { placingSystem.SetTrackingObject(Instantiate(objectToPlace, Vector3.zero, Quaternion.identity)); }