Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

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

Discussion in 'Documentation' 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?