Unity issues with low level system definition

Hi this page won’t load up and i need to grab the example script so that i can write an add on to deal with my audio table.
https://www.fmod.com/resources/documentation-unity?version=2.0&page=examples-programmer-sounds.html

Seems like after the upgrade unity doesnt like lowlevelsystem reference anymore, has this been changed or am i missing something.

There is currently a bug with the website displaying code blocks. You can get around this by going to a code block in the Scripting API docs (BankLoadType) and selecting C# at the top of the code block. Now you can go back to the example and it will appear.

LowlevelSystem has been replaced with CoreSystem, although the docs appear to need updating in some places. We will also have more information on the major changes made in 2.0 coming to our docs in the next release.