Searsh nodes... Bug

I’m trying to repeat the example from the documentation


I’m trying to add Get size I’m typing Get and see.

Shouldn’t all Get occurrences be displayed?

Now I understand why I abandoned the challenge at the very beginning of our acquaintance, when I was doing the same thing in the lessons, I thought that I was doing something wrong since it was not displayed in the prompts.

Assuming you’re creating a component, you first have to create the variable “size” in the component.
First, click on the component file, then go to the Inspector panel.

If it’s a property that should be given to your component, create a property instead

Then, the “Get Size” and “Set Size” will be available in the logic panel!

  1. This is understandable, but I was talking about the following:
    Yes but after what you said you need to go to graph do Right Click to add Node and try typyng Get i expect a filtered list of nodes with the word Get in the name.
    Now I have to manually go through the list tree starting from Component/ to find a node named Get size

I get it, there are a ton of nodes that start with “get”… I have to improve the smart search to suggest variables and properties in priority I think.

1 Like