d4rkc0d3r / d4rkAvatarOptimizer

d4rkpl4y3r's VRChat Avatar 3.0 optimizer
MIT License
402 stars 17 forks source link

Have no idea what I'm doing wrong #12

Closed PossiblyIsaac closed 2 years ago

PossiblyIsaac commented 2 years ago

I only have the VRchatSDK and the add-on in the project adding a model still give me this error. Assets\d4rkAvatarOptimizer\src\d4rkAvatarOptimizerEditor.cs(2840,54): error CS0117: 'AvatarValidation' does not contain a definition for 'RemoveIllegalComponents'

d4rkc0d3r commented 2 years ago

Do you have the Avatars 3.0 SDK in your project? It only works with that one. 2.0 or the worlds SDK is incompatible with this tool.

PossiblyIsaac commented 2 years ago

I'm using SDK 3.0 the latest I just installed unity today (Unity 2019.4.31f1) (VRCSDK3-AVATAR-2022.10.12.21.07_Public)

PossiblyIsaac commented 2 years ago

Older versions of the SDK work with it (2022.05.04.17.47) the newest version of the SDK does not (2022.10.12.21.07)

d4rkc0d3r commented 2 years ago

Thanks, I'll look into the new SDK.