inkle / inkle/ink

Crash when using glue and tags on the same line

Open
#939 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
4.9k
Forks
540
PR merge metrics
No merged PRs in 30d

Description

When writing a story like so:

```
=== hurry_home ===
We hurried home <> #tag1 #tag2
-> to_savile_row

=== to_savile_row ===
to Savile Row
```

I've noticed that the game stops responding and the only way to exit is by killing the process, there are no logs, it just gets completely frozen.

The workaround I've found for now is putting the tags like so:

```
=== hurry_home ===
We hurried home <>
-> to_savile_row

=== to_savile_row ===
to Savile Row #tag1 #tag2
```

I don't know if that's intended behaviour or not, but I'm writing this just in case it's not.

I discovered this issue while using the 1.2.1 version inside the ink-unity-integration plugin, but was told to also post the issue here. The original issue can be found here: inkle/ink-unity-integration#212

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.