YarnSpinnerTool / YarnSpinner

Yarn Spinner is a tool for building interactive dialogue in games!
https://yarnspinner.dev
MIT License
2.34k stars 201 forks source link

Third Closing Square Brace on Dialogue option parse error #295

Closed krystalCoconut closed 3 years ago

krystalCoconut commented 3 years ago

What is the current behavior?

Yarn file is not recognized properly in the unity editor.

This was the yarn file. The error occurs on import/reimport. Reimporting all does not fix it either.

title: KrystalTest
tags: 
colorID: 0
position: 609,188
---
Dear Krystal,||
<<wait 1>>
This is a simple test of the email system|
<<wait 0.5>>
If you have any questions let me know.
<<wait 0.5>>
I hope it works||
<<wait 1>>
Test
[[How does email on this work?|HowToEmail]]]
===
title: HowToEmail
tags: 
colorID: 0
position: 609,448
---
Test 2
===

What is the expected behavior?

Indicate a parse error

Please tell us about your environment:

Other information

image

desplesda commented 3 years ago

This appears to be a duplicate of #257. Closing as such!