You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the name is set to null is because no urlRequest is provided,
althought texture’s name is read from awd, but the ImageParser
only set name from filename which is from urlRequest.
The text was updated successfully, but these errors were encountered:
Note to self: It should be possible to send along a URLRequest with the dependency, even if this URLRequest does not end up being used for the load (since the data is already available.) In this case it looks from reading the code like ImageParser should use the "correct" name (from the AWD file.)
The new suppressAssetEvents functionality, mentioned in the commit message, was introduced in 89a6fe6. It was made possible by some recent simplifications to the internals of AssetLoader.
and there will be conflict in AssetLibrary.
the name is set to null is because no urlRequest is provided,
althought texture’s name is read from awd, but the ImageParser
only set name from filename which is from urlRequest.
The text was updated successfully, but these errors were encountered: