Hey all. I’m new to 8th Wall and trying to trigger an animation when a user open’s their mouth. I see the code for the trigger in the docs that but not sure how to apply that to my Studio project. I feel like I’m missing a step…
Thx.
Hey all. I’m new to 8th Wall and trying to trigger an animation when a user open’s their mouth. I see the code for the trigger in the docs that but not sure how to apply that to my Studio project. I feel like I’m missing a step…
Thx.
Hi, welcome to the forum!
The first step is creating a Custom Component and attaching that an entity. All code you write in Studio is done through Components attached to Entities.
I’d recommend getting started with Studio by watching this video:
For your specific project I would create a custom component that has an event listener for the mouth open event: Face Effects Events | 8th Wall
Also check out this sample project which uses Face Effects events:
This is great. I will watch that thank you!