So everytime I start my application in untiy, I have to go near the AI Character to start conversation with, Is there any way I can make it to interact with the player directly without getting closer or use the raycast method?
Any help in this will be highly appreciated as I have to make a static camera system and use the character as AI hologram character. So I need it to start conversation as soon as the application starts,
Also I need help for the same if I have two character that I have to enable and disable at different time. Let me explain the scenario, i have to enable a male and female character time to time and I want that when ever any one of them is enabled, then it should automatically be interactable to the user. Can you help me with this, I hope I have explained my case well.