Problems importing package

Hello,
I was trying to install the package but once it has been imported I get following error.

Library\PackageCache\com.unity.localization@0.5.0-preview\Editor\Settings\LocalizationEditorSettings.cs(469,24): error CS1501: No overload for method ‘GetAllAssets’ takes 4 arguments

Am I missing anything?
Thank you and best regards,
Markus Herbig

1 Like

Hi Markus,
GetAllAssets is part of the Addressables API. Do you have Addressables in your project? It should be on 1.2.4

1 Like

Hi, thanks for the fast answer. Indeed was the last verified version installed (1.1.10) I have now installed the latest and it works fine. Thanks for that hint :slight_smile:

2 Likes

Hi,
I am having problems installing the package in my existing project (Unity 2019.3.10b). I have imported Addressables 1.3.3 and Localization 0.5.0 but once localization package has been imported I am getting following error:

Library\PackageCache\com.unity.addressables@1.3.3\Runtime\ResourceManager\ResourceProviders\AssetBundleProvider.cs(19,9): error CS0246: The type or namespace name ‘AssetBundle’ could not be found (are you missing a using directive or an assembly reference?)

What could be the problem here? Am I missing a package?
Thanks for your help :slight_smile:

Luke

I am sorry, I found my mistake. Some time ago I deactivated Asset Bundles in the “Build In Packages” and I totally forgot about these kind of packages :slight_smile: Therefore my problem has been solved :slight_smile:

1 Like