i just got bolt pro but can not get the if unit to show

anyone know how to get the if unit to work

When using Bolt, you will be looking at the unit called “branch”.

If you use visual scripting package, you will be able to find the if node, by typing “if” and also “branch”.

hi the branch is there but the if node do not show in the fuzzy finder

Branch and If nodes are exactly the same thing, just differently named in different versions of the asset.

If you’re starting with Visual Scripting, it would be a good idea to actually start with Unity Visual Scripting rather than Bolt.

They do not develop Bolt anymore.

1 Like

ty

What do you mean by this? Isn’t Bolt acquired by and integrated into Unity? Unity’s visual scripting solution IS Bolt, no?

  • Unity Visual Scripting (package from the package manager) is Bolt strongly modified to get faster and get a better unity integration. You can get it from the editor 2021.1 release and onward
  • The Bolt package (from the asset store), is Bolt with bug fixes and support only for editor 2019 and 2020 LTS releases.
1 Like

Ohhhhhhhhhhhhhhhh what! I was learning Bolt for a couple of weeks now and did not know about this. Thanks for the heads up.

Wait, is that why when I import Bolt, it says outdated Bolt detected and switched over to a newer version (Unity Visual Scripting)? So it automatically used the newest version?

Yeah only use the package manager visual scripting, nothing else. All bolt tutorials should work fine on that.

1 Like