v0.0.7
Added
- Added an OnComplete callback for when a texture load completes successfully.
- Added an OnError callback for when a texture load fails.
Fixed
- Fixed the
AssetBundleproperty not being set when the texture is loaded from an asset bundle. - Avoid addon binder errors by properly depending on SharpDX dlls.
- Fixed a bug where using
TakeTextureon a texture returned from an asset bundle would result in the asset bundle texture being deleted.
Full Changelog: v0.0.6...v0.0.7