You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See: inkle/ink-unity-integration#193
It turned out that the culprit is the space between the bracket and the arrow. Such space will be considered as contents! Such spacing is very common amongst other programming languages for formatting purposes.
e.g. :
[Option One] -> helloworldknot ->
The space after right bracket will be considered a content line, generating a "\n" line in the output JSON.
Possible solution:
ignore empty tokens or tokens containing only invisible characters, do not treat them as content blocks.
The text was updated successfully, but these errors were encountered:
See: inkle/ink-unity-integration#193
It turned out that the culprit is the space between the bracket and the arrow. Such space will be considered as contents! Such spacing is very common amongst other programming languages for formatting purposes.
e.g. :
The space after right bracket will be considered a content line, generating a "\n" line in the output JSON.
Possible solution:
ignore empty tokens or tokens containing only invisible characters, do not treat them as content blocks.
The text was updated successfully, but these errors were encountered: