Closed mangine closed 1 year ago
Hi,
When using tags such as ` ~ variable = "example"
`
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)
Hi bad, latest version (1.1.7) solved the problem, I also needed to recompile my ink files to make it work.
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)