-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Description
I have been using Moments and it's great- thanks. But it's not creating a gif when running on my phone, only on pc.
I really don't understand what's wrong and there are no errors being created.
I guess this is the bit that has the issue:
private void startGifEncoding() {
InstructionsText.enabled = false;
WaitText.enabled = true;
FBButton.enabled = false;
GalleryButton.enabled = false;
_progressBarHolder.SetActive(true);
ProgressBar.fillAmount = 0;
_gifRecorder.OnPreProcessingDone += gifDone;
_gifRecorder.OnFileSaved += gifSaved;
_gifRecorder.OnFileSaveProgress += progressUpdated;
_gifRecorder.Save("GamePlayCapture");
}
Any help is gratefully received!
Metadata
Metadata
Assignees
Labels
No labels