Error in Scriptable Build Pipeline Package after Installing VRChat-Avatars-3.7.5.unitypackage

Hello,

I’m experiencing an issue with the SDK installation. When I install VRChat-Avatars-3.7.5.unitypackage, I receive errors from the Scriptable Build Pipeline package.

I’ve tested this both in my current Unity version 6(0.33f1) and in 2022.3.22f1 (the VRC SDK’s recommended version), and the problem persists in both.

I sent a request to the technical support team but haven’t received a response.

Can anyone help me resolve this issue?

Thank you.

Library\PackageCache\com.unity.scriptablebuildpipeline\Editor\Tasks\CalculateAssetDependencyData.cs(126,30): error CS0117: ‘ExtensionMethods’ does not contain a definition for ‘ExtractCommonCacheData’
Library\PackageCache\com.unity.scriptablebuildpipeline\Editor\Tasks\CalculateSceneDependencyData.cs(89,30): error CS0117: ‘ExtensionMethods’ does not contain a definition for ‘ExtractCommonCacheData’
Library\PackageCache\com.unity.scriptablebuildpipeline\Editor\Tasks\CalculateCustomDependencyData.cs(91,30): error CS0117: ‘ExtensionMethods’ does not contain a definition for ‘ExtractCommonCacheData’
Library\PackageCache\com.unity.scriptablebuildpipeline\Editor\Tasks\CalculateSceneDependencyData.cs(157,82): error CS0117: ‘ExtensionMethods’ does not contain a definition for ‘FilterReferencedObjectIDs’
Library\PackageCache\com.unity.scriptablebuildpipeline\Editor\Tasks\CalculateSceneDependencyData.cs(199,67): error CS0117: ‘ExtensionMethods’ does not contain a definition for ‘FilterReferencedObjectIDs’

Hi, It’s been quite a while, but I’ll write down the solution for anyone else who has encountered the same problem.

Open the Package Manager, You’ll find the “Addressable” package is installed. I don’t know when the package is installed, but it is not necessary for VRChat SDK.
So just remove this package.

Although it has been quite some time, I will write down the solution for anyone who may encounter the same problem in the future.
In my case, this problem occurred because the “Addressable” package was installed for some reason. This package is not necessary for creating builds for VRChat.
ScriptableBuildPipeline is installed as a dependency of the Addressable package, so please try uninstalling the Addressable package from Unity’s Package Manager.

Hello, can you remind us what version of unity you are using, and as you mentionned unity package, do you install the packages through a manual package ? Because the standard and maintaned version now is through vpm packages with creator companion or similar applications.