Hello,
I have problem with proper documentation display in visual studio. Some methods missing documentation. Apparently unity methods that has that problem have attribute “ExcludeFromDocs”. Can I do something to fix that issue - download full documented dlls or something? It’s really annoying because I’m used to rely heavily on intellisense.
I have a problem my script dont load the scene PLS help
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.SceneManagement;
public class Start0 : MonoBehaviour
{
public void Level()
{
SceneManager.LoadScene(“Level”);
}
}

Newest. Unity 2019 also newsest. Same problem for unity 2020 that I freshly installed today. Are you saing it is my local problem and you checked that you have intellisense documentation for all Physics.Raycast method overloads?