Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Why does the new input system's XML documentation not show up in Visual Studio?

Discussion in 'Input System' started by Vapid-Linus, Dec 28, 2019.

  1. Vapid-Linus

    Vapid-Linus

    Joined:
    Aug 6, 2013
    Posts:
    64
    The new input system has a lot of XML documentation, see PlayerInput.cs for a great example. All of this information is greatly useful. However, inside of the Unity project when using Visual Studio, none of this documentation is available.

    Peeking at, or using ReSharper's quick doc, or the standard parameter descriptions; none of them uses any of the excellent xml docs that you can find on the github page.

    Why is it like this? The documentation is already there - why isn't it included when accessed after importing the input system package?