Drop downs not responding to clicks

Hello,

The drop down for Component Name doesn't expand for me upon clicking, under the Invoke Function task. It flashes white but won't expand. I've tried closing and re-opening both Behavior Designer and the Unity editor. I'm using 2019.3.10f1. There are no errors or warnings in the console.

Thanks for any tips!

Edit: To clarify, it's all the dropdowns in BD, I just noticed Component Name first. The other functionalities seem to work and the BTs even work when the game is launched. Seems like just a weird BD editor thing but I'm not sure.
 

Attachments

  • image.png
    image.png
    14.5 KB · Views: 2
For the Invoke Method method you'll need to make sure you first specify a GameObject so the dropdown has a list of components to be able to select from.
 
Top