Plygame and Dialogue System, bugs.
Plygame and Dialogue System, bugs.
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.
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.
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.
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)
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.
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.
Excellent! that fixed it, thank you Tony
Plygame and Dialogue System, bugs.
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.
Great idea! I'll probably have to make that a separate tutorial to keep the basic tutorial to a reasonable length.
-
- Posts: 97
- Joined: Wed Sep 10, 2014 5:29 pm
Plygame and Dialogue System, bugs.
Works for me also