snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.63k stars 291 forks source link

Lua Conversation #1066

Open kakao014 opened 5 months ago

kakao014 commented 5 months ago

Describe the bug

The Conversation paragraphs in Lua file would not parse correctly, so the portrait and the position tags would not effect.

Fix With the help of Wolfrug, fixed this bug by Change the source code in ConversationManager.cs , the Regex pattern to : "((?[^:]+)(:)?(?.*))"; then it run correctly.