Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to stop lip-sync #46

Open
hansolGib opened this issue Jun 28, 2023 · 0 comments
Open

how to stop lip-sync #46

hansolGib opened this issue Jun 28, 2023 · 0 comments

Comments

@hansolGib
Copy link

hansolGib commented Jun 28, 2023

hello, I'm currently using uLipSync with uLipSyncWebGL.
I put lip-sync in a object called Characters and place vrm avatar inside it. it works fine.
however, when I change the scene, I got a log SendMessage: object Characters not found! in the javascript console every frame.
I guess this is because there is no object called Characters in other scenes.
but I'm not sure why I'm having this log. I thought the scene would be destroyed when moving to other scenes using SceneManager.LoadScene.
I tried to disable the script using <uLipSync.uLipSyncBlendShape>.enable = false and <uLipSync.uLipSync>.enable = false before changing the scene, but then I got an empty log every frame.
it seems the lip-sync is working even after scene change. how can I stop it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant