AllPoland / ArcViewer

Open source, overengineered 3D Beat Saber map previewer and replay viewer
https://allpoland.github.io/ArcViewer/
GNU General Public License v3.0
60 stars 15 forks source link

Profile pictures in GIF format do not load. #36

Closed DizzyJune closed 1 year ago

DizzyJune commented 1 year ago

Profile pictures in GIF format do not load, you can see in this replay, or any others by me https://allpoland.github.io/ArcViewer/?scoreID=8776234

AllPoland commented 1 year ago

Known issue, Unity doesn't have native support for GIFs, so adding support for this would involve manually decoding the GIF and reading each frame as separate images. Given how much effort this really is, it's not super high on my to-do list at the moment.

AllPoland commented 1 year ago

Added in v0.5.3