Using version 1.14.9, with the following begin.rive
! version = 2.0
! var myvar = hello
+ print
- myvar is <get myvar>
I expect that the user input print will result in myvar is hello but instead, it results in myvar is undefined
I also tried putting the print trigger into a different file titled hello.rive but this didn't change the behavior.
Using version 1.14.9, with the following begin.rive
I expect that the user input
printwill result inmyvar is hellobut instead, it results inmyvar is undefinedI also tried putting the
printtrigger into a different file titled hello.rive but this didn't change the behavior.