Answer the question
In order to leave comments, you need to log in
Why is the unity3d scene not loading?
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class Menu : MonoBehaviour
{
public void OnClickStart() {
SceneManager.LoadScene(1);
}
}
Answer the question
In order to leave comments, you need to log in
Problem solved, code is working. The error was in the file where the script led. The file somehow got lost and everything that I did in it was not saved.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question