Hello everyone, I need to add search bar in my game to help users find quickly items in the in app shop.
Everything I can create for now is just the text input. So, I dont know if I’m supposed to create variable with the key words matching for each items avaliable in my shop and when users type by exemple on the text input “gun”:
This is my logic for exemple:
If text input = variable text with value “gun”, then show gun layer on position X…and Y… in the bottom of search bar and hide other items layers.
Can someone help please? If exist any extension for search bar, please share it😅