Creator Kit RPG Conversation Script bug?

Hi! Just started learning Unity and learning through the Creator Kit: RPG. I seem to have found a bug? in the process of making Adding NPC Dialogue. I already made a conversation script as per the guide of learn.unity.com 's Creator Kit: RPG but when I Play to try out the conversation, no texts or convo pops up in the screen when I approach the NPC. Please help. Some learners are also having problems.

Hey, I had the same problem and all I did to fix it was to go to hierarchy>UI>DialogueController>DialogueView. After this I went to the inspector>transform. At this point I just changed the values of position to: X:0.2123 and Y:0.1798. (Kept Z axis as -1). I went to the sample scene provided and looked for any differences between our code and noticed that my X was negative. Hope this helps.