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

feat: remove constraints from clones #139

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anatawa12
Copy link
Collaborator

Since Open Beta 1381, constraints are removed from mirrored avatars so I implemented this behavior.

@anatawa12 anatawa12 requested a review from lyuma November 29, 2023 06:15
};
public static readonly Type[] ShadowCloneComponentBlacklist = new Type[] {
typeof(Camera), typeof(FlareLayer), typeof(AudioSource), typeof(Light), typeof(ParticleSystemRenderer), typeof(Rigidbody), typeof(Joint)

typeof(Camera), typeof(FlareLayer), typeof(AudioSource), typeof(Light), typeof(ParticleSystemRenderer), typeof(Rigidbody), typeof(Joint), typeof(IConstraint),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know much about shadow clone bit I assumed it's similar to mirror clone so I added constraint to this blacklist. is this correct?

@jellejurre
Copy link
Collaborator

I believe they re-added this, didn't they?

@anatawa12
Copy link
Collaborator Author

Yes. VRChat rollbacked removing constraints for now. they says it will be added in the feature so I make this pull request draft for now and when they released again, I make ready for review again

@anatawa12 anatawa12 marked this pull request as draft December 9, 2023 07:01
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

Successfully merging this pull request may close these issues.

2 participants