The attached image says it all. I have a Transform variable in my BB, but it doesn’t seem to show up in a popup when I hit the radio button in my task – it just shows a text field.
Is it a prefab BT? as in some cases if your prefab does not have the correct agent and bb linked it wont show the vars, can you show your blackboard too as that will probably give more of an indication as to if it is a system issue or a user issue.
If you were already editing the graph and you changed the Seek script, please reopen the tree and the dropdown will show as normal.
By the way I would suggest that instead of using a ‘target’ BBVariable like that, use the [AgentType] above the the given task, whenever you need to specify ‘whom’ is going to perform the Task. [AgentType(typeof(Transform))]