Skip to content

Fix issue with FilterMipmapJob in newer version of Unity

Pre-release
Pre-release
Compare
Choose a tag to compare
@Looooong Looooong released this 17 Feb 13:07
· 4 commits to main since this release

Fixed

  • Fix Burst complain about two containers maybe aliasing in FilterMipmapJob.
  • Use Texture2D.Reinitialize instead of Texture2D.Resize from Unity 2021.1 onward.