{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":266891832,"defaultBranch":"master","name":"com.unity.addressables","ownerLogin":"needle-mirror","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-05-25T22:24:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/65860517?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720022880.0","currentOid":""},"activityList":{"items":[{"before":"45b4451e40efabef100e41f269d8a50b16e33402","after":"580b2db11250c93a5bc811381e39d3efb7970525","ref":"refs/heads/master","pushedAt":"2024-07-03T16:07:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@2.2.2\n## [2.2.2] - 2024-06-26\n- Fix KeyNotFoundException when clicking on local bundles in the profiler.\n- Fix bundles incorrectly marked as released in the Profiler when they are still active\n- Improved error message when trying to load a catalog in an unexpected file format.\n- Fixed issue where operation that uses WaitForCompletion can timeout much earlier than it should.\n- The build scripts were reworked so that you can extend them or copy them outside the package without having to fork the entire package.\n- A Version field was added to the Addressables object for getting the package version in the Editor.\n- Fixed an issue where tearing down the Addressables instance could happen before user tear down code was getting called.\n- Sort collections to make serialized editor files deterministic\n- Fixed issue where labels on an addressable sub-entry are incorrectly added to the former parent entry.\n- Added support for calling Release() on AsyncOperationHandles directly that couldn't before.\n- Fixed sub-object loading from AssetReferences for types that are not Sprites in a SpriteAtlas.","shortMessageHtmlLink":"com.unity.addressables@2.2.2"}},{"before":"d7b49efac2e1ba2e1faa673e104c2eec84acf529","after":"655b7ff2c7f1abc3b272d7c19bc517936092a344","ref":"refs/heads/1.21.18","pushedAt":"2024-05-15T16:07:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.21\n## [1.21.21] - 2024-05-03\n- Fix \"Unable to verify target bucket for Remote Catalog: Not Found. Object could not be found\" error\n- Fixed caching to prevent unnecessary refreshing of bucket data.","shortMessageHtmlLink":"com.unity.addressables@1.21.21"}},{"before":"3c838676149d47b0b7cabb7367c645ac67ea6a48","after":"45b4451e40efabef100e41f269d8a50b16e33402","ref":"refs/heads/master","pushedAt":"2024-04-19T14:07:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@2.1.0\n## [2.1.0] - 2024-03-19\n- Fix \"Unable to verify target bucket for Remote Catalog: Not Found. Object could not be found\" error\n- Fixed caching to prevent unnecessary refreshing of bucket data.\n- Sort collections on serialization to prevent unecessary merge conflicts\n- Add warnings and documentation to make it clear you need to release the handle from LoadDependenciesAsync","shortMessageHtmlLink":"com.unity.addressables@2.1.0"}},{"before":"15cd684f1b8be9761cf48f7602b9f4e503632d60","after":"d7b49efac2e1ba2e1faa673e104c2eec84acf529","ref":"refs/heads/1.21.18","pushedAt":"2024-02-12T12:07:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.20\n## [1.21.20] - 2024-02-08\n- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming\n- Fixed catalogs to use back slashes rather than forward slashes for android builds.\n- Fixed an issue where \"Failed to remove scene from Addressables profiler\" warning occurs when a scene is unloaded.\n- Prevent a KeyNotFoundException from being logged to the console.\n- Fix error message to report not found when loading non-Addressable asset by guid\n- Fixed issue where a NullReferenceException occurs when using WaitForCompletion and the max number of concurrent requests is set to 1.\n- Fixed issue where there is missing asset data in the Addressables Profiler for binary catalogs.\n- Added note about the limitations of the Check for Content Update Restrictions tool.\n- Add migration upgrade prompt for legacy path pairs (ex. RemoteLoadPath)\n- Fixed an issue where a broken script on any Addressable Asset would make it impossible to select Addressable Assets in the AssetReference inspector\n- Add logging of catalog and asset bundle http operations.\n- Add UI to trigger CCD management API http call logging (requires newer CCD package)\n- CCD Automatic Profiles can now be one per-profile, rather than one per AddressableSettings instance\n- CCD Manager is built when using the Build to CCD and the standard Build content menu\n- Add support for CCD Management SDK 3.0","shortMessageHtmlLink":"com.unity.addressables@1.21.20"}},{"before":"8f4813ada8239215f018e359fd5f6a841613d288","after":"3c838676149d47b0b7cabb7367c645ac67ea6a48","ref":"refs/heads/master","pushedAt":"2024-02-09T11:07:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@2.0.8\n## [2.0.8] - 2024-01-19\n- Documents the behavior of using WaitForCompletion while a bundle is being unloaded.\n- Prevent a KeyNotFoundException from being logged to the console.\n- Fixed issue where a NullReferenceException occurs when using WaitForCompletion and the max number of concurrent requests is set to 1.\n- Fix error message to report not found when loading non-Addressable asset by guid\n- Fixed issue where there is missing asset data in the Addressables Profiler for binary catalogs.\n- Fixed an issue the error \"Cannot read BuildLayout header, BuildLayout has not open for a file\" would occur after a build\n- Added note about the limitations of the Check for Content Update Restrictions tool.\n- Fixed issue where an ArgumentException can occur when viewing multiple assets in the Addressables Profiler.\n\nFixed an issue where a broken script on any Addressable Asset would make it impossible to select Addressable Assets in the AssetReference inspector\nAdd migration upgrade prompt for legacy path pairs (ex. RemoteLoadPath)\nAdd logging of catalog and asset bundle http operations.\nAdd UI to trigger CCD management API http call logging (requires newer CCD package)\nCCD Automatic Profiles can now be one per-profile, rather than one per AddressableSettings instance\nCCD Manager is built when using the Build to CCD and the standard Build content menu\n\n## [2.0.7] - 2023-12-12\n- Updating ScriptableBuildPipeline reference.","shortMessageHtmlLink":"com.unity.addressables@2.0.8"}},{"before":"d91048790747428907aae2f29b9783e6dcd97d28","after":"8f4813ada8239215f018e359fd5f6a841613d288","ref":"refs/heads/master","pushedAt":"2023-11-17T03:00:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@2.0.6\n## [2.0.6] - 2023-10-30\n- Updating ScriptableBuildPipeline reference.","shortMessageHtmlLink":"com.unity.addressables@2.0.6"}},{"before":"751ba71603e9bee5bf5713dec6781294a71c2bb9","after":"d91048790747428907aae2f29b9783e6dcd97d28","ref":"refs/heads/master","pushedAt":"2023-11-10T10:08:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@2.0.4\n## [2.0.4] - 2023-10-30\n- Updating ScriptableBuildPipeline reference.","shortMessageHtmlLink":"com.unity.addressables@2.0.4"}},{"before":"193d89c94ef72a4f6bf30451b0981c24b8d41c3c","after":"15cd684f1b8be9761cf48f7602b9f4e503632d60","ref":"refs/heads/1.21.18","pushedAt":"2023-10-30T09:07:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.19\n## [1.21.19] - 2023-10-17\n- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming\n- Fixed catalogs to use back slashes rather than forward slashes for android builds.\n- Fixed an issue where \"Failed to remove scene from Addressables profiler\" warning occurs when a scene is unloaded.","shortMessageHtmlLink":"com.unity.addressables@1.21.19"}},{"before":null,"after":"193d89c94ef72a4f6bf30451b0981c24b8d41c3c","ref":"refs/heads/1.21.18","pushedAt":"2023-09-27T10:08:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.18\n## [1.21.18] - 2023-09-23\n- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming","shortMessageHtmlLink":"com.unity.addressables@1.21.18"}},{"before":"0f70e02e382ec264695855d0c2bf810befa1c585","after":"751ba71603e9bee5bf5713dec6781294a71c2bb9","ref":"refs/heads/master","pushedAt":"2023-09-25T10:08:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@2.0.3\n## [2.0.3] - 2023-08-27\n- ProfileValueReference.GetValue is now the preferred method of getting bulid and load paths. A new method has been added that allows token evaluation to be toggled on and off. Using this method ensures that custom build and load paths are handled properly.\n- In the Editor when a sprite is no longer available it will be cleared when the property drawer is viewed.\n- Add a SubObjectGUID to sprite atlases and use GUIDs for the runtime loading key if is exists.\n- Catalog hashes get build with the local catalog now. This prevents remote catalogs from getting downloaded if they match what was shipped with a player\n- Added overloads to LoadAssetsAsync to accept a single string as a key\n- Added bundle request retry override.\n- Added shared bundle settings to AddressableAssetSettings. Monoscript bundle is always enabled.\n- Added more BuildLayout public API\n- Fixed issue with misleading error message for loading through asset where the asset is not Addressable in editor.\n- Added in safeguard to prevent Compress Local Catalog option from being on alongside Binary Catalogs\n- Fixed an issue where ResourceLocation would return a useless value when using Binary Catalogs\n- Fixed an issue where there would sometimes be a minor memory leak when using Binary Catalogs\n- Fixed an issue where Binary Catalogs would not be cached properly\n- Fixed a bug where a GUI style was misspelled in the Editor and was recently fixed\n- Fixed an issue where FindAssetEntry returns incorrect values after Undo/Redo\n- Fixed a regression where remote provider failures were not retried.\n- Fixed an issue where a NullReferenceException occurs when inspecting Addressable Settings\n- Fixed an issue where the content update groups list being cutoff by buttons\n- Fixed an issue where an ArgumentException occurs when sorting labels and creating a new group.\n- Fixed an issue where using binary catalogs causes a crash on Android with ARM7.\n- Fixed an issue where a NullReferenceException occurs in GenerateBuildLayout when a group is null.\n- Fixed a bug where Timeout and Redirect Limit were getting serialized to different values from what was allowed in the Group schema\n- DownloadDepedenciesAsync no longer loads asset bundles into memory\n- Fixed issue where ResourceLocations weren't getting compared correctly for properties like AllLocations\n- Fixed an issue where scene InternalId collisions were very likely when using dynamic internal asset naming\n- Fixed an issue where sprites with normal maps would not be built properly\n- Fixed an issue where \"Failed to remove scene from Addressables profiler\" warning occurs when a scene is unloaded.\n- Fixed an exception getting thrown in the Addressables Report when drilling into a bundle chain\n- Fixed string deduplication in binary catalogs. Certain data sets were causing data to expand.","shortMessageHtmlLink":"com.unity.addressables@2.0.3"}},{"before":"fcc1ccad246b2b5d6f4101ef7271591c01116acf","after":"0f70e02e382ec264695855d0c2bf810befa1c585","ref":"refs/heads/master","pushedAt":"2023-08-25T10:07:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.17\n## [1.21.17] - 2023-08-16\n- Fixed issue where sprite is missing normal texture when using \"Use Existing Build\" build mode\n- Fixed a bug where a GUI style was misspelled in the Editor and was recently fixed\n- Fixed an issue where asset loading would occasionally stop working if domain reload was disabled","shortMessageHtmlLink":"com.unity.addressables@1.21.17"}},{"before":"6a884f338c6f9c3153ea3fe0908b693213b248cb","after":"fcc1ccad246b2b5d6f4101ef7271591c01116acf","ref":"refs/heads/master","pushedAt":"2023-08-09T18:32:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.15\n## [1.21.15] - 2023-08-03\n- Fixed an issue where using binary catalogs causes a crash on Android with ARM7.\n- DownloadDepedenciesAsync no longer loads asset bundles into memory\n- Fixed a bug where a GUI style was misspelled in the Editor and was recently fixed\n- Fixed an exception getting thrown in the Addressables Report when drilling into a bundle chain","shortMessageHtmlLink":"com.unity.addressables@1.21.15"}},{"before":"dd433daa11ba7e44f574fcf76548a5fd193cfcca","after":"6a884f338c6f9c3153ea3fe0908b693213b248cb","ref":"refs/heads/master","pushedAt":"2023-06-26T15:07:15.514Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.14\n## [1.21.14] - 2023-06-14\n- Fixed an issue where CleanBundleCache was giving an invalid handle error when Send Profiler Events was turned on\n- Fixed issue where provider data wasn't set for catalog downloads, so web request timeouts would default to 0 instead of the given value\n- Added the ability to manage Addressables labels from the asset inspector\n- Fixed an issue where the Addressables build cache would get cleared even if you pressed no in the popup window.\n- Optimised gc allocations with Addressables profiling module data transfer.\n- Fixed issue with binary catalog and asset bundle download redirect limit causing an error when set to -1 (default)\n- Fixed issue where player preferences for logging runtime exceptions weren't being compiled out using the Editor scripting define\n- Fixed an issue where in some cases sprites would not load properly when using a binary catalog","shortMessageHtmlLink":"com.unity.addressables@1.21.14"}},{"before":"860e5f33c528b697b9f70f3f84494d11cfaf652b","after":"dd433daa11ba7e44f574fcf76548a5fd193cfcca","ref":"refs/heads/master","pushedAt":"2023-05-10T10:08:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.12\n## [1.21.12] - 2023-05-04\n- Fixed issue with a potential race conditon when calling GetAssetBundle to load local files using WaitForCompletion\n- Fixed compiler error when using the profiler module on a noncaching platform.\n- Fixed issue where stack overflow occurs for http requests on Unity 2022.1+ when insecure requests are disallowed.\n- Added groups field to Inspector and move assets popup.\n- Fixed issue where sprite atlas cannot be assigned to an AssetReferenceAtlasedSprite.","shortMessageHtmlLink":"com.unity.addressables@1.21.12"}},{"before":"e490fc9a9b4f695629e5ec5c5903c25c928b5c7f","after":"860e5f33c528b697b9f70f3f84494d11cfaf652b","ref":"refs/heads/master","pushedAt":"2023-04-11T15:07:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.10\n## [1.21.10] - 2023-04-10\n- Fixed Addressables profiler not correctly displaying loaded Asset subObjects where a Asset was loaded due to a direct reference to one of its subObjects.\n- Fixed an issue where bundles built with the Append Hash to FIlename bundle naming option had strange interactions with the Prevent Updates option\n- Improved performance of BuildLayoutGenerationTask","shortMessageHtmlLink":"com.unity.addressables@1.21.10"}},{"before":"6732e1fce605e33ff770e529ba7f61bcbbe73e15","after":"e490fc9a9b4f695629e5ec5c5903c25c928b5c7f","ref":"refs/heads/master","pushedAt":"2023-03-14T09:09:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Needle-Mirror-Bot","name":null,"path":"/Needle-Mirror-Bot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/82663316?s=80&v=4"},"commit":{"message":"com.unity.addressables@1.21.9\n## [1.21.9] - 2023-03-07\n- Removed code within WriteObjectToByteList that would never be reached\n- Fixed an issue where SceneOps would have update called on them twice per frame\n- Fixed an issue where in some circumstances an Operation would continue to have update called on it even after it finished.\n- Fixed an issue with Labels window after a domain reload causing a null reference exception.\n- Added Remove all unused labels option to labels popup window.\n- Fixed issue when not including the address and guid in catalog using content update workflow, would always indicate the asset as changed\n- Fixed Addressables profiler module help links to documentation.\n- Fixed issue where scenes unloaded due to another scene loading in single mode, would result in the profiler module still reporting the scene as loaded.\n- Groups window will now show labels of entries that are not a part of the settings.\n- Fixed 404s when uploading files with incorrect environment ID\n- Fixed issue where BuildLayoutGenerationTask would sometimes fail in large projects","shortMessageHtmlLink":"com.unity.addressables@1.21.9"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEdhUqCQA","startCursor":null,"endCursor":null}},"title":"Activity ยท needle-mirror/com.unity.addressables"}