- Home /
Error installing Addressable package ExtensionMethods can't find FilterReferencedObjectIDs & ExtractCommonCacheData
Hello,
I work on Unity 2020.3.26f1 LTS and I need to install Addressable for one of our project (I also import the samples) in order to use Blync, the problem is that at the end of the compilation, it prints me out 5 errors and I c'ant find answers for both. I really hope that someone can Help me out.
Library\PackageCache\com.unity.scriptablebuildpipeline@1.19.6\Editor\Tasks\CalculateAssetDependencyData.cs(103,30): error CS0117: 'ExtensionMethods' does not contain a definition for 'ExtractCommonCacheData'
Library\PackageCache\com.unity.scriptablebuildpipeline@1.19.6\Editor\Tasks\CalculateCustomDependencyData.cs(91,30): error CS0117: 'ExtensionMethods' does not contain a definition for 'ExtractCommonCacheData'
Library\PackageCache\com.unity.scriptablebuildpipeline@1.19.6\Editor\Tasks\CalculateSceneDependencyData.cs(66,30): error CS0117: 'ExtensionMethods' does not contain a definition for 'ExtractCommonCacheData'
Library\PackageCache\com.unity.scriptablebuildpipeline@1.19.6\Editor\Tasks\CalculateAssetDependencyData.cs(267,62): error CS0117: 'ExtensionMethods' does not contain a definition for 'FilterReferencedObjectIDs'
Library\PackageCache\com.unity.scriptablebuildpipeline@1.19.6\Editor\Tasks\CalculateSceneDependencyData.cs(131,67): error CS0117: 'ExtensionMethods' does not contain a definition for 'FilterReferencedObjectIDs'
Thanks in advance.