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.Reinitialize
instead ofTexture2D.Resize
from Unity 2021.1 onward.