Hey, i am loading the game scene after my Restart button. But when i reloaded scene i want to change something on scene. I tried with my code but it didnt happen is there a way to do that?
CODE;
public void RestartGame()
{
SceneManager.LoadScene("Game");
Panel.gameObject.SetActive(false); //something that i want to change on scene
}