Hello Folks.
My Issue is that I have a Hotspot with a Charakter which has some dialogue options.
When the Charakter is coming into the scene, everything is fine. But when i walk around or leave and reenter, the Hotspot dissapears or is hard to click because its gotten very tiny.
I Tried everything to resolve this but i haven't found a solution on the forum or by trying.
GIF of the problem.
https://imgur.com/1bAE6Wy
THX in Advance !
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @DevlinSealand. What are your AC/Unity versions?
If the Player's position is affecting interactivity, then it may be a collider issue - either one not being in the right place, or overlapping the Hotspot.
Does your Player rely on a "Hotspot Detector" collider to make Hotspots interactive? If so, check that the detector is positioned such that it envelops all Hotspots you want it to.
Otherwise, check that there are no Colliders on the "Default" layer that may be overlapping the NPC. In particular, check the Colliders that are a part of your Player character.
When the issue occurs, try pausing Play Mode, and looking in the Scene window with the Player selected to see if any such colliders are present. If there are any colliders that overlap the NPC Hotspot, move them onto the "Ignore Raycast" layer so that they do not affect the Hotspot's interactivity.
Thx for helping ! The Colliders Detector was the problem.
I am very greatful for that kind of community.