Warning after setting up dialog system

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Wolfje
Posts: 1
Joined: Mon Oct 05, 2015 3:59 pm

Warning after setting up dialog system

Post by Wolfje »

Hi,

I've been following the 5 minute quick set-up to try out the Dialogue System, however I'm unable to get it working correctly.

I've get a blank screen with something to click, however nothing else is showing up.

I also get the warnings:

Dialogue System: The scene is missing an EventSystem. Adding one.
UnityEngine.Debug:LogWarning(Object)
PixelCrushers.DialogueSystem.UITools:RequireEventSystem() (at Assets/Dialogue System/Scripts/Supplemental/UI/Tools/UITools.cs:15)
PixelCrushers.DialogueSystem.UnityUIDialogueUI:FindControls() (at Assets/Dialogue System/Scripts/Supplemental/UI/Dialogue UI/UnityUIDialogueUI.cs:85)
PixelCrushers.DialogueSystem.UnityUIDialogueUI:Awake() (at Assets/Dialogue System/Scripts/Supplemental/UI/Dialogue UI/UnityUIDialogueUI.cs:78)

and

Dialogue System: Sequencer: Camera subject 'listener' wasn't found.
UnityEngine.Debug:LogWarning(Object)
PixelCrushers.DialogueSystem.Sequencer:TryHandleCameraInternally(String, String[])
PixelCrushers.DialogueSystem.Sequencer:HandleCommandInternally(String, String[], Single&)
PixelCrushers.DialogueSystem.Sequencer:ActivateCommand(String, String, String[])
PixelCrushers.DialogueSystem.Sequencer:CheckQueuedCommands()
PixelCrushers.DialogueSystem.Sequencer:Update()
Attachments
This is showing when setting up the dialogue system.
This is showing when setting up the dialogue system.
Nothing shown.PNG (89.92 KiB) Viewed 1118 times
User avatar
Tony Li
Posts: 22102
Joined: Thu Jul 18, 2013 1:27 pm

Re: Warning after setting up dialog system

Post by Tony Li »

Hi,

Both of those warnings are expected. They occur because the 5 minute quick start skips a few things that would be in a normal scene.

If you're not using version 1.5.5.1 or higher, please update on the Unity Asset Store.

If that doesn't help, please let me know your Unity version and OS version.

Also, does the Feature Demo work? It's in Assets/Dialogue System/Examples/Feature Demo.

Thanks,
Tony
Post Reply