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 can I add enum option name BothHands so when selecting it it will change both hands and not only left or right ? #3

Open
chocolade1972 opened this issue Aug 8, 2021 · 0 comments

Comments

@chocolade1972
Copy link

In the script HandRuntimeControl I changed the enum
public enum HandType { LeftHand, RightHand, BothHands }
The BothHands when selecting it in the editor or at runtime the idea is that it will change both hands when changing the sliders values and other stuff settings. Instead adding the HandController script for each hand to make this to work for both hands at the same time when changing the sliders or other settings it will affect and change both hands.

How can I do it ? Tried to look the scripts including the editor script but can't figure out.

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