-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.1.10] - 2019-08-28 - Fix for all files showing "Missing File" in the addressables window. - Fix for waiting on a successfully done Task
- Loading branch information
Unity Technologies
committed
Aug 27, 2019
1 parent
5c15f70
commit dd64aae
Showing
4 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "com.unity.addressables", | ||
"displayName": "Addressables", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"unity": "2018.3", | ||
"description": "The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. a prefab) is marked \"addressable\", it generates an address which can be called from anywhere. Wherever the asset resides (local or remote), the system will locate it and its dependencies, then return it.\n\nUse 'Window->Asset Management->Addressables' to begin working with the system.\n\nAddressables use asynchronous loading to support loading from any location with any collection of dependencies. Whether you have been using direct references, traditional asset bundles, or Resource folders, addressables provide a simpler way to make your game more dynamic. Addressables simultaneously opens up the world of asset bundles while managing all the complexity.", | ||
"keywords": [ | ||
|
@@ -18,6 +18,6 @@ | |
"repository": { | ||
"type": "git", | ||
"url": "[email protected]:unity/Addressables.git", | ||
"revision": "c70f6073684c7fb939e79fb88ff1d10697698184" | ||
"revision": "feeab367b101a12d5a04960d0d9b20b267c5726d" | ||
} | ||
} |