Search found 20771 matches

by Tony Li
Sat Dec 13, 2014 12:00 pm
Forum: Dialogue System for Unity
Topic: Quest HUD Tracker not tracking
Replies: 5
Views: 1448

Quest HUD Tracker not tracking

Internally, QuestLog.SetQuestTracking() sets the value of a field named Track. You can bypass SetQuestTracking() and simply set Track to True at design time. Here's how: When you write your quest, create a field named Track. Set its type to Boolean and its value to True. If you're using the built-in...
by Tony Li
Sat Dec 13, 2014 10:07 am
Forum: Dialogue System for Unity
Topic: Quest HUD Tracker not tracking
Replies: 5
Views: 1448

Quest HUD Tracker not tracking

Is the quest's Track field set to true? When Trackable is true, the player can choose to enable or disable tracking in the quest log window. When Track is true, either set through the quest log window or manually by you at design time or runtime, the quest tracker HUD will actually track the quest. ...
by Tony Li
Sat Dec 13, 2014 9:20 am
Forum: Dialogue System for Unity
Topic: Fade effects blink at the beggining
Replies: 3
Views: 882

Fade effects blink at the beggining

Hi Martin,



Untick "Wait 1 Frame". This is ticked by default in case your sequence references GameObjects that aren't ready until after they run Start(). If you untick the checkbox, the sequence will run on the first frame.
by Tony Li
Sat Dec 13, 2014 4:17 am
Forum: Dialogue System for Unity
Topic: New Unity UI + Joystick Input + Conversation Response selection
Replies: 5
Views: 1221

New Unity UI + Joystick Input + Conversation Response selection

Happy to help!



Edit: The new Unity UI support package is also in v1.4.1.
by Tony Li
Sat Dec 13, 2014 4:13 am
Forum: Dialogue System for Unity
Topic: Image colors adjustable
Replies: 9
Views: 2102

Image colors adjustable

I'll add a color option to GUILabel and GUIImage in the next release (coming out on December 15).
by Tony Li
Fri Dec 12, 2014 4:17 pm
Forum: Dialogue System for Unity
Topic: New Unity UI + Joystick Input + Conversation Response selection
Replies: 5
Views: 1221

New Unity UI + Joystick Input + Conversation Response selection

You can download the updated Unity UI Support package here. It adds a new checkbox to Unity UI Dialogue UI named "Auto Focus". If you tick this, it will automatically focus the alert and subtitle continue buttons (if applicable) and the first response button when the response menu is shown...
by Tony Li
Fri Dec 12, 2014 3:23 pm
Forum: Dialogue System for Unity
Topic: New Unity UI + Joystick Input + Conversation Response selection
Replies: 5
Views: 1221

New Unity UI + Joystick Input + Conversation Response selection

I'll be releasing an updated Unity UI Support package today with a new checkbox. If ticked, the dialogue UI will automatically focus the first response button.
by Tony Li
Fri Dec 12, 2014 1:03 pm
Forum: Dialogue System for Unity
Topic: Image colors adjustable
Replies: 9
Views: 2102

Image colors adjustable

I haven't been able to reproduce the issue you reported. Would you please email a sample scene or project (preferably as an exported unitypackage) to tony (at) pixelcrushers.com? If it's too big for email, please let me know so I can email you FTP site access. Also, what version of Unity are you usi...
by Tony Li
Fri Dec 12, 2014 4:02 am
Forum: Dialogue System for Unity
Topic: Image colors adjustable
Replies: 9
Views: 2102

Image colors adjustable

I'll look into this and post a solution later today.
by Tony Li
Thu Dec 11, 2014 3:26 pm
Forum: Dialogue System for Unity
Topic: Integrating Dialogue text with Text Mesh Pro
Replies: 5
Views: 1555

Integrating Dialogue text with Text Mesh Pro

December 15. It's a small release, mostly a few small tweaks, and Text Mesh Pro support.