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

Feature: record avatar animations #16

Open
sirkitree opened this issue Jan 30, 2021 · 2 comments
Open

Feature: record avatar animations #16

sirkitree opened this issue Jan 30, 2021 · 2 comments

Comments

@sirkitree
Copy link

Observation

Animations on the avatar are not currently recorded.

Request

Record animations that are happening on the avatar during recording for playback.

  • this could be limited to just the avatar lighting up when speaking, such as with the default Neos headset avatar and possibly expand to encompass more later
@mralext20
Copy link

the most robust way to do this would likely be to record the audio stream and controller inputs for playback.

@guillefix
Copy link
Member

Yeah I'm already recording and "reinstalling" the audio stream in the "Debug play" option of the system. I do plan to record the controller inputs but I haven't finished looking at how to do that.

But what you are asking could be done by just looking for all the Fields inside the avatar. However, before doing that, we would need to update the recording system to a system that only records changes in values, otherwise the animation files would be way too big.

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

3 participants