Search found 3 matches

by davidthebard
Sat Feb 03, 2024 10:18 pm
Forum: Dialogue System for Unity
Topic: Flashing Selector Elements
Replies: 5
Views: 558

Re: Flashing Selector Elements

Thanks Tony, it looks like the capsule collider on the Player was causing the issue, as removing it seems to have resolved the problem. I'm not entirely sure why, as the Player and camera (which is a child object of the player) are set to a layer which isn't among the layers set in the layer mask of...
by davidthebard
Sat Feb 03, 2024 9:23 pm
Forum: Dialogue System for Unity
Topic: Flashing Selector Elements
Replies: 5
Views: 558

Re: Flashing Selector Elements

Thanks so much for your help Tony! That resolved the issue with the position shifting, but the Basic Standard Usable UI component is still flashing repeatedly whenever it shows up on meshes that aren't perfectly flat. For example it doesn't flash on a door model (except when the very edge of it is t...
by davidthebard
Sat Feb 03, 2024 1:55 pm
Forum: Dialogue System for Unity
Topic: Flashing Selector Elements
Replies: 5
Views: 558

Flashing Selector Elements

Hi! I'm having trouble getting the UI Selector elements to show up properly on my game objects with Usable components. Whenever the player is within the selection distance and targeting a game object with Usable, the UI Selector element flashes repeatedly. The issue seems to be exacerbated whenever ...