Search Unity

Question [Unity 2019] Documentation missing in some methods

Discussion in 'Documentation' started by blade2206, May 19, 2021.

  1. blade2206

    blade2206

    Joined:
    Nov 22, 2020
    Posts:
    4
    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.

    unity_documentation_missing.png
     
  2. fbaalmann1478

    fbaalmann1478

    Joined:
    Apr 19, 2021
    Posts:
    2
    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");
    }
    }
     
  3. fbaalmann1478

    fbaalmann1478

    Joined:
    Apr 19, 2021
    Posts:
    2
    Update visual studios
     
  4. blade2206

    blade2206

    Joined:
    Nov 22, 2020
    Posts:
    4
    upload_2021-5-20_14-0-8.png
    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?