Search found 69 matches

by jrose1184
Tue May 27, 2025 5:03 am
Forum: Dialogue System for Unity
Topic: Color Change
Replies: 3
Views: 3262

Re: Color Change

Thank you
by jrose1184
Sun May 25, 2025 6:37 am
Forum: Dialogue System for Unity
Topic: Color Change
Replies: 3
Views: 3262

Color Change

Hi,

Is there a feature where i can change the color of some words in a dialouge to highlight its important.

Also can i add images to the text so for instance i have a instruction of what the player needs to do i.e press B would like to swap B to a keyboard button image.

Thanks
by jrose1184
Sat May 17, 2025 10:54 am
Forum: Dialogue System for Unity
Topic: Action on continue button
Replies: 3
Views: 18630

Re: Action on continue button

Hi thanks. So i did what you said and added a sub class like so using UnityEngine; using PixelCrushers.DialogueSystem; public class CustomContinueButton : StandardUIContinueButtonFastForward { private static Animator staticAnimator; private static string staticTriggerName = "talking"; priv...
by jrose1184
Wed May 14, 2025 7:02 am
Forum: Dialogue System for Unity
Topic: Action on continue button
Replies: 3
Views: 18630

Action on continue button

Hi,

How do i detect when the continue button is pressed on the dialogue i want to call an animation state every time that button is pressed please.

Also when my game is in game over state i want to destroy all runnng dialouges is there a function that also?

thanks
by jrose1184
Tue Apr 22, 2025 4:16 am
Forum: Dialogue System for Unity
Topic: Database Issue
Replies: 4
Views: 1980

Re: Database Issue

Hi,

i added my back up database then i readded the normal database added new stuff and it worked. so must have been some sort of database error.
by jrose1184
Mon Apr 21, 2025 3:52 pm
Forum: Dialogue System for Unity
Topic: Database Issue
Replies: 4
Views: 1980

Re: Database Issue



made a video might be easier to see what i mean and what im doing.
by jrose1184
Mon Apr 21, 2025 3:41 pm
Forum: Dialogue System for Unity
Topic: Database Issue
Replies: 4
Views: 1980

Database Issue

Hi Tony, Have a issue with the what i can only think is the database. So i brought a new computer and pull my repo down every thig works great. i have this bit of code that starts a converstation like so. Debug.Log("[selectPanel ✅] Set to TRUE by handle player turn"); DialogueLua.SetVariab...
by jrose1184
Mon Mar 24, 2025 5:35 pm
Forum: Dialogue System for Unity
Topic: Moving Quests
Replies: 3
Views: 11935

Re: Moving Quests

Thank you that works well. I no longer need the close button is it safe to remove that on the prefab?
by jrose1184
Mon Mar 24, 2025 3:25 pm
Forum: Dialogue System for Unity
Topic: Moving Quests
Replies: 3
Views: 11935

Moving Quests

Hi,

I have a inventory menu and i would like to display the quest menu inside that.

Is it possible to move the Basic Standard UI Quest Log Window prefab into another canvas with out it breaking any thing?
by jrose1184
Wed Mar 19, 2025 5:14 pm
Forum: Dialogue System for Unity
Topic: Face NPC
Replies: 1
Views: 5275

Face NPC

Hi Tony,

Is there any code that makes the player face the npc when you enter into converstation?

Cheers