Play GIF files in Unity.
NOTE: This solution is Windows only because it uses the System.drawing class library
- Set your Unity project's API compatibility level to ".NET 4.x"
- Copy and paste System.drawing.dll file to Assets/Plugins folder. The .dll file can be found in: C:\Program Files\Unity\Hub\Editor[UNITY VERSION]\Editor\Data\MonoBleedingEdge\lib\mono\4.5
Tested on Unity 2019.3.4f1
