Page 1 of 1

Plygame and Dialogue System, bugs.

Posted: Sun Sep 07, 2014 7:35 pm
by Zimc
Hey there Tony great program however I have been getting errors on unity from the plybridge and coversation controllers, unfortunately I removed the dialogue system before logging the errors, however this thread on the plygame website might help. http://forum.plyoung.com/t/bug-diaq/462

Plygame and Dialogue System, bugs.

Posted: Mon Sep 08, 2014 4:40 am
by Tony Li
Hi,



I also posted this reply on the PLYoung forum.



Please download and import this updated support package: http://pixelcrushers.com/dialogue_syste ... itypackage



It includes updates to handle changes introduced in plyGame v2.2.3. (It's a constant game of catch-up since plyGame is under active development.) I haven't tested it with DiaQ yet. If it doesn't resolve the DiaQ issues, I'll post a new patch today.

Plygame and Dialogue System, bugs.

Posted: Mon Sep 08, 2014 12:42 pm
by Zimc
Hey Tony i've downloaded the new support package, but i get these errors:



Assets/Dialogue System/Third Party Support/plyGame/Scripts/Conversation Controller/plyGameBridge.cs(71,43): error CS1061: Type plyGame.ActorAttribute' does not contain a definition forSetValue' and no extension method SetValue' of typeplyGame.ActorAttribute' could be found (are you missing a using directive or an assembly reference?)



Assets/Dialogue System/Third Party Support/plyGame/Scripts/Conversation Controller/plyGameBridge.cs(72,43): error CS0200: Property or indexer `plyGame.ActorAttribute.ConsumableValue' cannot be assigned to (it is read only)







Plygame and Dialogue System, bugs.

Posted: Mon Sep 08, 2014 5:58 pm
by Tony Li
The plyGame API changed. Please download this updated support package for plyGame 2.2.6+: http://pixelcrushers.com/dialogue_syste ... itypackage

Plygame and Dialogue System, bugs.

Posted: Mon Sep 08, 2014 6:48 pm
by Zimc
Excellent! that fixed it, thank you Tony :)

Plygame and Dialogue System, bugs.

Posted: Mon Sep 08, 2014 7:48 pm
by Zimc
Also Tony, a little suggestion, when you do the tutorials for plygame could you show us a way to link the dialogue system with the screens editor aswell please.

Plygame and Dialogue System, bugs.

Posted: Tue Sep 09, 2014 3:06 am
by Tony Li
Great idea! I'll probably have to make that a separate tutorial to keep the basic tutorial to a reasonable length.

Plygame and Dialogue System, bugs.

Posted: Wed Sep 10, 2014 1:33 pm
by terrymorgan
Works for me also