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

Tags are not dynamic in Unity #181

Closed mangine closed 1 year ago

mangine commented 1 year ago

Hi,

When using tags such as ` ~ variable = "example"

tag={variable}

`

Unity integration does not parse {variable} to its value "example", but shows "{variable}" as text. I reckon this isn't intended as stated here: https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md#advanced-tags-are-dynamic In unity tags are not dynamic (yet)

mangine commented 1 year ago

Hi bad, latest version (1.1.7) solved the problem, I also needed to recompile my ink files to make it work.