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

Problem on MCS Character #3

Open
Shinao opened this issue May 18, 2018 · 0 comments
Open

Problem on MCS Character #3

Shinao opened this issue May 18, 2018 · 0 comments

Comments

@Shinao
Copy link

Shinao commented May 18, 2018

Trying to hack limbs on the default MCS Character Male, two problems in LimbHackerAgent.cs (https://assetstore.unity.com/packages/3d/characters/humanoids/mcs-male-45805)

When the character is naked there is a problem that is resolved by changing the DestroyImmediate(skinnedMeshRenderer); to skinnedMeshRenderer.enabled = false;

The second problem is when you add the hair (included in the package) or any other cloth element to the character, this element will be set inactive by the line go.SetActive(shouldBePresent || thisIsTheSkinnedMeshRenderer);. It shouldn't do that on both alfa/bravo character, I tried to tweak around the settings but it does not seems to be as easy as the first bug.
Any ideas how I could fix this problem ?

Thanks

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