juniordiscart / com.unity.addressables

Addressables extended with the ability to build multiple catalogs, ideal for traditional DLC purposes.
https://docs.unity3d.com/Packages/com.unity.addressables@1.17/manual/index.html
Other
76 stars 23 forks source link

Error CS0246 in ProfilerRuntime.cs caused because of a typo #7

Closed Ociier closed 1 year ago

Ociier commented 1 year ago

Version: 1.21.9 (latest of the fork when writing) Unity version: LTS 2022

Exact wording of the error:

"Library\PackageCache\com.unity.addressables@4acf0bd894\Runtime\ResourceManager\Diagnostics\Profiling\ProfilerRuntime.cs(181,38): error CS0246: The type or namespace name 'ChainOperationTypelessDepedency<>' could not be found (are you missing a using directive or an assembly reference?)"

The error is caused in line 181 because of a typo in "ChainOperationTypelessDependency". In the code it is written as "ChainOperationTypelessDepedency", missing a "n" in "Dependency".

The error causes a compiling error in the package.

juniordiscart commented 1 year ago

Thanks! Will have a look at it!

juniordiscart commented 1 year ago

@Ociier

I merged Addressables version 1.21.12 with the multi-catalog system and fixed this issue.