Home > database >  Do I need to download Bolt for Visual Scripting in Unity 2021.x
Do I need to download Bolt for Visual Scripting in Unity 2021.x

Time:11-25

I am currently following a tutorial on udemy from Code Monkey to learn Unity Visual Scripting. He uses version 2019.x and I am using 2021.x, He installed Bolt for Visual Scripting but I heard that the 2021 version comes with built-in Visual Scripting. So, do I need to install Bolt, or I can follow the tutorial safely without installing it?

CodePudding user response:

In Unity 2021 Visual Scripting is "semi built-in" and available as package via the Package Manager.

It is not installed by default though. For each individual project you need to get it via the Package Manager from the Unity registry.

But yeah basically this replaces the previous Bolt asset you had to import via the Asset Store

  • Related