Bolt gives me a (`ScriptingRuntimeVersion' could not be found) error.

Hello,
I recently acquired the visual scripting tool “Bolt” but I’m unable to run it
the error I’m getting is

Assets/Install Bolt/Editor/InstallBoltMenuItem.cs(44,48): error CS0246: The type or namespace name `ScriptingRuntimeVersion' could not be found. Are you missing an assembly reference?

See the screenshot.

Any idea how to solve the issue?

Thanks a lot

Add:

using UnityEditor;

At the top of your script under the ‘using UnityEngine’.

Thank you for your reply
I tried it, but i still have the same error :confused:


See Sceenshot

UnityDocs say that the method group is obsolete, and other people mentioned that it cannot be found from 2019.3.

You can comment the offending parts of the script out or remove it altogether, this script InstallBoltMenuItem is only selecting a version of the bolt package to install, you can do that yourself though by double clicking on one of the unitypackage files in the Install Bolt folder.