Search found 1 match
- Mon Feb 17, 2020 4:52 am
- Forum: Dialogue System for Unity
- Topic: Getting Null Reference exception when trying to access Dialogue Entry IDs
- Replies: 1
- Views: 189
Getting Null Reference exception when trying to access Dialogue Entry IDs
I've been trying to access the current conversation Dialogue entry id, only to be returned with a null reference exception. I have the Dialogue Manager in the scene. I'm not sure if I need to specify the exact conversation name but when trying to Debug.Log(dialogueID), I get nothing, despite the con...