Page 3 of 3

Re: Ends conversation after firs node

Posted: Tue Oct 03, 2023 5:06 pm
by Tony Li
You tested the included example scene Dialogue System Invector Locomotion, correct?

Here's a copy of the example scene in which I set the DS Trigger to OnSaveDataApplied and unticked the Input Device Manager's Control Cursor State:

DS_InvectorConversationOnStart_2023-10-03.unitypackage

Re: Ends conversation after firs node

Posted: Tue Oct 03, 2023 5:47 pm
by hrohibil
Ok i used a simple code:
CODE: SELECT ALL
public void hide()
{
Cursor.visible = false;
Cursor.lockState = CursorLockMode.Locked;
Debug.Log("LOCK MOUSE");


}
Not pretty but it works. I used it on the players System events on end conversation.

So now node and mouse works, the only thing left which is not working is the invector inventory stuff. I cant seem to add an item or even get the health?
I have added "USE_INVECTOR_INVENTORY" in the scripting defines .
What else can be missing?

EDIT: this is copy text from other thread I accidentally wrote in..