Mobile support Selector
Posted: Tue Oct 15, 2024 2:54 pm
Hi i am using UCC and dialogue manager, and it seems that there is an issue when i use Selector, on mobile i want the user to touch to talk, i don't know if this issue is only in the simulator or everywhere. I think this has got to do with InputDeviceManager.GetMousePosition();
Screen position out of view frustum (screen pos inf, -inf) (Camera rect 0 0 3088 1440)
UnityEngine.Camera:ScreenPointToRay (UnityEngine.Vector3)
PixelCrushers.DialogueSystem.Selector:Run3DRaycast () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs:467)
PixelCrushers.DialogueSystem.Selector:Update () (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Triggers/Interaction/Selector.cs:335)