- Home /
Answer by Fillmore · Jun 06, 2019 at 07:39 PM
For someone that finds this in the future, you're probably casting or using it as an integer. Make sure you debug each value and use floats.
float progress = (www.uploadProgress * 100f);
koobas.hobune.stream |
|
Close Help |
Answer by Fillmore · Jun 06, 2019 at 07:39 PM
For someone that finds this in the future, you're probably casting or using it as an integer. Make sure you debug each value and use floats.
float progress = (www.uploadProgress * 100f);