public void SetPlanet(PlanetController newPlanet, bool controllable) { planet = newPlanet; playerControl = controllable; PlanetData planetData = planet.GetPlanetData(); planetName.text = planetData.GetDisplayName(); }