Thanks to visit codestin.com
Credit goes to github.com

Skip to content

not working on a phone #21

@mouseoffun

Description

@mouseoffun

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions