NewChromantics / PopMovieTexture_Release

http://popmovie.xyz watermarked releases of PopMovieTexture Unity plugin. Repository itself contains ONLY demo projects, download the .unitypackage from the releases page. Purchase from the asset store https://www.assetstore.unity3d.com/#!/content/59097
https://github.com/NewChromantics/PopMovieTexture_Release/releases/download/v0.1.9.a7c15b5/PopMovieTexture.unitypackage
29 stars 8 forks source link

LastFrameCopied still reports 0 if time is 0 #49

Open SoylentGraham opened 8 years ago

SoylentGraham commented 8 years ago
Update()
{
SetTime(0)
UpdateTexture()
Log(LastFrameCopiedMs);
}

This will report last frame copied as 0 (should be 1 for first frame, 0 for error/not copied), even though texture gets updated. SetTime(1) will stick on first frame, and report last copied as 1 correctly (once copied).

There is specific code for this, so check!