Search Unity

Some Mistakes in the Unity Documentation

Discussion in 'Community Learning & Teaching' started by 8Observer8, Jul 19, 2015.

  1. 8Observer8

    8Observer8

    Joined:
    Apr 29, 2015
    Posts:
    99
    Hi,

    [Solved]
    Here on the right side you will see:

    17. Events
    18. Attributes

    But here you will see:

    17. Attributes
    18. Events

    [Solved]
    Here you should to replace "Humandoid Class" to "Humanoid Class".
     
    Last edited: Jul 27, 2015
  2. 8Observer8

    8Observer8

    Joined:
    Apr 29, 2015
    Posts:
    99
    [Not solved]
    You should to add '\n' here in the end (before of last '}') of the code section Player:
    Code (CSharp):
    1.     //This is an example of an auto-implemented
    2.     //property
    3.     public int Health{ get; set;}}
     
    Last edited: Jul 27, 2015
  3. Graham-Dunnett

    Graham-Dunnett

    Administrator

    Joined:
    Jun 2, 2009
    Posts:
    4,287
    (These are problems on the learn/tutorial sections, not the docs.)
     
  4. 8Observer8

    8Observer8

    Joined:
    Apr 29, 2015
    Posts:
    99
    [Solved]
    Here on the right side: "Editor Scripting Scripting"
     
    Last edited: Jul 27, 2015
  5. 8Observer8

    8Observer8

    Joined:
    Apr 29, 2015
    Posts:
    99
    [Solved]
    After updating all the Facebook Likes have been removed.
     
    Last edited: Jul 27, 2015
  6. 8Observer8

    8Observer8

    Joined:
    Apr 29, 2015
    Posts:
    99
    [Not solved]
    Here instead of (menu: GameObject > Create General > Particle System)
    You should to write (menu: GameObject > Particle System)

    [Not solved]
    Here instead of (menu: Assets > Import Package > Particles)
    You should to write (menu: Assets > Import Package > ParticleSystems)
     
    Last edited: Jul 27, 2015
  7. JamesB

    JamesB

    Unity Technologies

    Joined:
    Feb 21, 2012
    Posts:
    133
    Hi @8Observer8,

    Can you please submit bug reports for these issues? This is the easiest way for us to keep track of things that we need to fix and allocate them to whoever needs to sort them out.

    Thanks!

    James
     
  8. Adam-Buckner

    Adam-Buckner

    Joined:
    Jun 27, 2007
    Posts:
    5,664
    @8Observer8 Thanks for finding these details. You might take the trophy from me, which was awarded for finding the most number of issues in documentation!

    The best way to report documentation issues is throught the in-editor bug reporter. This will go into a triage queue and be handled directly by documentation with their internal tools. As documentations (especially the scripting reference) is tied into specific releases of the softwware, they have specialsed tools and piplelines to handle these issues.

    Use the in house bug reporter:
    7708d6c391e834763f9df8a003f8d7f4.png

    Choose documentation and always:

    e23c30631060a7766ec62f7c40bd20ca.png

    Then include the page URL (like you did in the post) and a clear description of the issue (which you've done in the post) and they'll get it in as soon as possible.

    Due to the way that documentation is rolled out, it may be fixed internally before you see it fixed on the site.

    Thanks for the sharp eyes!

    [Ratz! Crossposted! Sorry James!]
     
  9. Adam-Buckner

    Adam-Buckner

    Joined:
    Jun 27, 2007
    Posts:
    5,664
    Oh, by the way - this is somewhat the issue that Graham was mentioning above. James and I can help fix items on the learn site in our content management system, but true documentation issues need to be handled by documentation.
     
  10. 8Observer8

    8Observer8

    Joined:
    Apr 29, 2015
    Posts:
    99
    Hi, guys! Ok, I will use the "Bug Reporter". It looks more comfortable. Thanks!