Can’t scroll and the rendering is broken.
Search and main page works, but once you navigate to an individual item it breaks.
Tested in firefox, chrome, safari, all broken
Can’t scroll and the rendering is broken.
Search and main page works, but once you navigate to an individual item it breaks.
Tested in firefox, chrome, safari, all broken
Yeah it’s completely broken for me as well.
Someone’s made a big whoopsie.
Temporary fix:
I found that if you inspect the webpage (press F12), inside <body>
there’s a <div class="header-wrapper">
, where if you change the “header-wrapper” by “content” (you can edit by double-clicking), it enables the scrollbar and you can actually use the website.
Edit: could also use the offline docs. (Unity - Manual: Offline documentation)
Just open any html in the zip file.
Is there a pdf version or something available for download?
I have the very same issue. Broken in all browsers. I am a beginner at Unity and I can’t really proceed at all without working documentation. Could anyone from Unity acknowledge this problem and confirm its being resolved?
Addendum:
The suggestion by gaucebcre to download the offline documentation works very well. The unzipped folder on disk is ~800mb and the zipped download itself is ~400mb so its very doable. Once you unzip the documentation go to the ScriptReference folder and open “index.html”. This will allow you to search the script documentation like you used to and it does not suffer the bug of the online version.
Thank you gaucebcre
Whenever you install Unity, you’re asked if you want to install offline documentation, way on the bottom of the modules:
The documentation for versions before Unity 6 are also still fine, e.g.:
Seems like it’s fixed now.