Hello everyone,
I am interacting with NPCs in my 3D game using the settings shown in the image. However, I couldn't find the size settings for the Usable component. It's visible at the top center of the screen, but it's hard to see. Also, I can't find it in the canvas. How can I resize it?
About changing usable size
-
- Posts: 2
- Joined: Thu Jan 23, 2025 1:12 pm
About changing usable size
- Attachments
-
- npc.png (340.75 KiB) Viewed 563 times
Re: About changing usable size
Hi,
The Interaction Tutorial covers how to customize the selector usable UI. Also, check the Canvas that the selector UI is in. If you set its Canvas Scaler to Scale With Screen Size it will keep the relative proportions of its UIs (e.g., selector UI) consistent in different resolutions.
The Interaction Tutorial covers how to customize the selector usable UI. Also, check the Canvas that the selector UI is in. If you set its Canvas Scaler to Scale With Screen Size it will keep the relative proportions of its UIs (e.g., selector UI) consistent in different resolutions.
-
- Posts: 2
- Joined: Thu Jan 23, 2025 1:12 pm
Re: About changing usable size
I added Proximity Selector script in my playerobject now i can see that UI element in canvas, thanks for the support
Re: About changing usable size
Glad to help!