Behavior Script - Lens Reset Error
Hey Community,
I've setup a simple behavior script to playback an audio file with the mouth opened face event,
It works, but I keep seeing this in the logger:
I haven't opened the behavior script and modified any code in the editor. Why would I see these "input was declared but not set at.....
It doesn't seem to cause any issues with my lens, but I'm curious, should I be concerned? It's added as a script component to an empty scene object I named "Audio Triggers"
Thanks for any info,
- George
Hi George, simply ignore those warnings. Basically, they are telling you that some fields of Behavior Script aren't set. But for behavior script, this is expected because you obviously aren't using ALL of its functionality. So it's totally fine not to have fields set. We'll look into a better solution on the Lens Studio side for these warnings. But for now, for behavior script usage, just ignore.
Thanks Travis, this makes me feel better, I was worried this could be an issue that would prevent my lens from getting published or something even stranger. Definitely provides peace of mind. Thanks for your time.