Can't open "Object" Tab on Visual Scripting Blackboard

I’ve attached the image to the problem. Can’t access “Object” tab on my visual scripting board. Using version 2021 (recommended on my Unity Hub). What gives? Anyone know a solution? Tried ChatGPT and Youtube, but can’t find anything.

No reason to pick 2021LTS over 2022LTS at this point.

And the Object variables tab is greyed out because you haven’t selected an object with Variables component on it. Add a ScriptMachine component (which will also automatically add Variables component) on any GameObject in Hierarchy and then select that object, it’ll solve your problem.

As the name implies, Object variables are per object (that also has a Variables component on it). If no applicable object is selected, you can’t edit something that doesn’t exist.

Tried what you said. Doesn’t work, making a new scene or not just doesn’t work.

I said nothing about making a new scene; you need to select a GameObject in Hierarchy window that has a ScriptMachine component added on it.