Local documentation bug.

There’s a block in local documentation. But the local documentation is with file:// instead of http://. Then it leads to a bug. It will trigger a pending request to it. And it costs time to return.

We hit this as well (currently Unity 5.4.1p2) with 20-30second stalls while browsing the docs until the request to gtm.js times out. The navigation and sometimes the page remains empty while this happens. We worked around it by finding and removing the entire iframe and noscript sections throughout the docs that make calls to googletagmanager.com (over a thousand of them).

Bug reported: #838203

How can I access to the bug you report? There’s no way to search by id on https://issuetracker.unity3d.com

This bug exists in 5.4.1p3 as well.

It hasn’t been looked at yet so not sure anything will show up on the issuetracker. Anyway, the bug’s been filed so Unity will look at it sometime. If you want to file your own then do it, and perhaps note a reference to this forum thread and my case number as well so they can keep track of things.

Update: Still happening in Unity 5.4.2f2. I’m stripping thousands of references to googletagmanager out of the docs every release to make them load without ~20s navigation delay.

5.6.0b3 documentation …it’s still not fixed.

5.6.0b4 documentation …it’s still not fixed.

I’ve also noticed that in the 5.5 docs the navigation pane often has its scrollbar disappear and has to have an item open and closed again to reappear and start scrolling again. I haven’t fixed this one yet…

Was talking this past week with one of our techie guys who was looking into this. Can’t promise it’s fixed, but has been worked on.

Thanks for the update, Graham. The googletagmanager stalls and disappearing scrollbars make browsing the docs a bit of a chore. I’m still stripping out the scripts causing problems (but haven’t made a fix for the scrollbars yet).