(Quote)
yes, thats right. I don't have a use interaction but a combine interaction defined on the regarding item. But shouldn't be the use... with... interaction work like always (default). Or is the Select item if interaction i unhandled: Select wi…
Hi again,
the interactions menu is now working quite fine but there is always be a but...
I can't open the interactions menu with RMB in the inventory. If I change See interactions with: to Click On Hotspot again its working with LMB.
Maybe it is …
What I'm looking for is something like Close interactions with: on click
What I did, I changed it to "via script" and created a script:
using UnityEngine;
using AC;
public class LeftClickCloseInteractionsMenu : MonoBehaviour
{
priva…
Hi again,
can you tell me what to do if I want to close the menu when clicking an interaction. right now the menu closes when the interaction gets executed (e.g. player is far away from hotspot - look at hotspot - player starts walking - menu open…
Before anything else, I wanted to say that AC is so much fun to use and I appreciate so much that you giving us the opportunity to develop our games and start (and hopefully successfully finish) projects with friends and family.
The code is working…
Hi,
maybe one little further question.
LMB doesn't execute "walk to" now. If I now click on a hotspot, the player doesn't walk. Do I have to create a script like LeftClickInteraction and define to walk to the hotspot marker? I tried to - …