Hi! I am using Unity and making an Android build. I have a hair salon shop in the game where I want the player to only be able to change their FACIAL HAIR, HAIR AND MAKEUP. So I wanted to show only that in the webview.
I tried using link after joining categories as an experiment.
webView.CustomUrl = $“Ready Player Me;
But it didn’t work out, and the next button stopped working as well.
So, is it even possible to do so using webview?If the answer is yes, how should I proceed? If not, what method should I use instead? Can anyone please point me in that direction?
Hi! Sorry I don’t understand. I actually want to filter the categories in the webview so I can only show the hair, facial hair and makeup in one hair salon shop. Player goes into that shop and click a button that opens up the webview avatar creator. But it is not limited to just the hair salon shop, I also want to show outfits, facewear, headwear in the cloth shop and Glasses in glasswear shop. So, can I control what should be shown in the avatar creator webview like the attached image? The outlined one I want to show only in one shop.
In the webview you can only remove individual items, not a category itself.
To do that you would need to use one of the SDK’s such as Unreal or Unity which come with a Native UI, allowing you to fully customise the look, feel and functionality of the Editor.