Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Including the VRCAvatarConverterTo3 breaks the import #7

Open
Ralaigon opened this issue Feb 28, 2023 · 3 comments
Open

Including the VRCAvatarConverterTo3 breaks the import #7

Ralaigon opened this issue Feb 28, 2023 · 3 comments

Comments

@Ralaigon
Copy link

When importing the whole package it fails and the menu in the toolbar does not appear.
The red error given is: "Assets\VRCAvatars3Tools\VRCAvatarConverterTo3\Editor\Plugins\YamlDotNet\Serialization\YamlAttributeOverrides.cs(171,45): error CS0121: The call is ambiguous between the following methods or properties: 'YamlDotNet.Helpers.ExpressionExtensions.AsProperty(System.Linq.Expressions.LambdaExpression)' and 'YamlDotNet.Helpers.ExpressionExtensions.AsProperty(System.Linq.Expressions.LambdaExpression)'
" as well as 999+ yellow errors.

Excluding the VRCAvatarConverterTo3 folder works, so it is fine for me since I don't need it. Just letting you know.

@LosWheatleynDew
Copy link

i used the VCC one from the booth website
https://gatosyocora.booth.pm/items/2207020

@dante1130
Copy link

I was able to get a fix by explicitly calling the method itself, like so:

var property = YamlDotNet.Helpers.ExpressionExtensions.AsProperty(propertyAccessor);

@dante1130
Copy link

Though, I should also note that as of 1c5aa3b in the chore/update_2022 branch, that this is entirely removed, presumably that there are no plans to support this in the future. So good to exclude it if you don't use it.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants