I have the following lines of code in which I wanted to initialise my Boolean in my From Script in Spark AR to the value 'true':
Patches.setBooleanValue("gameOver", true);
However, I am getting an error which tells me that the value cannot be set to true because it is not of type BooleanSignal, but the tutorials in Spark AR itself is using the boolean 'true' and there are no special steps mentioned to use the BooleanSignal type for this function. May I know any possible work arounds ? Thank you!