Help wanted so my problem is that i get error 1001 edentifier expected and this is my code can someon tell me the problem
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class lemer : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
private void OnMouseDown()
{
SceneManager.LoadScene("level 2").(gameObject);
}
}