inkle / ink-unity-integration

Unity integration for the open source ink narrative scripting language.
http://www.inklestudios.com/ink
Other
578 stars 101 forks source link

Error when using Continue method even though canContinue is true Version 1.1.5 #177

Closed karatekid2501 closed 1 year ago

karatekid2501 commented 1 year ago

Hi,

I'm not sure if this is a new issue or if I've messed something up in my code but when using Continue, I'm getting an error even though canContinue is true.

I've got an Ink file that only has choices for testing and no dialogue.

Example of the dialogue in the Ink file: === Intro === ~ knowsName = true ->Main

=== Main === ~ knowsName = true

I enter Intro but when using Continue, even though canContinue is true, I get the error

Also, as far as I know, this issue does not pop up in another project, as that project is using version 1.1.3

Any help is appreciated