Search found 5 matches

by jgifford
Fri Mar 17, 2023 8:00 pm
Forum: Dialogue System for Unity
Topic: UIPanel warning
Replies: 3
Views: 132

Re: UIPanel warning

I just got this asset a few days ago and am loving it. Its going to save me so much time. And so far this is the best support I've seen for any product, Unity asset or not. Thank you Tony!
by jgifford
Fri Mar 17, 2023 7:46 pm
Forum: Dialogue System for Unity
Topic: UIPanel warning
Replies: 3
Views: 132

UIPanel warning

Hello! I am using Runic Standard Dialogue UI. The Dialogue Panel under the Runic Standard Dialogue UI gameobject logs a warning when starting or ending a conversation. The warning is Parameter '' does not exist. UnityEngine.Animator:ResetTrigger (string) PixelCrushers.UIPanel:Open () (at Assets/Plug...
by jgifford
Thu Mar 16, 2023 9:54 pm
Forum: Dialogue System for Unity
Topic: Receive error when OnConversationStart(Transform) is called.
Replies: 5
Views: 199

Re: Receive error when OnConversationStart(Transform) is called.

Well that is embarrassing... I had selected the static version of the method in the dropdown instead of the dynamic one.

Thank you for the help!
by jgifford
Thu Mar 16, 2023 8:04 pm
Forum: Dialogue System for Unity
Topic: Receive error when OnConversationStart(Transform) is called.
Replies: 5
Views: 199

Re: Receive error when OnConversationStart(Transform) is called.

I am using version 2.2.34 The forum won't let me post the full stack trace unfortunately. It says "Forbidden. You sent forms too often. Please wait a few minutes. Contains contacts." But double clicking it in Unity opens ConversationModel.cs, line 214 in the InformParticipants method. What...
by jgifford
Wed Mar 15, 2023 2:57 pm
Forum: Dialogue System for Unity
Topic: Receive error when OnConversationStart(Transform) is called.
Replies: 5
Views: 199

Receive error when OnConversationStart(Transform) is called.

The below error is generated when the OnConversationStart(Transform) event is invoked in the DialogueSystemEvents component. This prevents the event from actually running the method I need it to. Unity Version: 2022.2.10 OS: Windows 10 ArgumentException: Object of type 'UnityEngine.Object' cannot be...