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

Parameters not appearing ingame #6

Open
Aranethon opened this issue Jan 13, 2023 · 1 comment
Open

Parameters not appearing ingame #6

Aranethon opened this issue Jan 13, 2023 · 1 comment

Comments

@Aranethon
Copy link

I've set up parameters and controls, but they do not appear in game when opening the menu.

image
image

@dresklaw
Copy link
Contributor

dresklaw commented May 8, 2023

Bit of experimentation, and now poking around in code, pretty sure that parameters just have to be prefixed with param_.

This appears to be a consequence of "validation" in the avatar descriptor which prepends the param_ prefix where it is not present, and the loader skipping parameters which do not exist in the animator (without similarly applying prefixing) (linked bool, but int and float handling could be found just below them).

Unsure when/if renaming the parameters as used in the animator could similarly be accomplished, whether having it done at build time, or if the parameter names in the animator can be similarly renamed at runtime, or what.

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

2 participants