Fix issue with FilterMipmapJob in newer version of Unity
Pre-release
Pre-release
Fixed
- Fix Burst complain about two containers maybe aliasing in FilterMipmapJob.
- Use
Texture2D.Reinitializeinstead ofTexture2D.Resizefrom Unity 2021.1 onward.