iBicha / UnityYoutubePlayer

Play YouTube videos in Unity
The Unlicense
331 stars 63 forks source link

Use double for FPS #88

Closed iBicha closed 2 years ago

iBicha commented 2 years ago

file format of videos contains FPS, and it used to be an int, but the server started returning numbers with decimals. Need to switch to double to prevent deserialization errors. This is technically an api breaking change, even though minor - should perhaps bump major version.