Search Unity

I want to konw how the everyplay upload video?

Discussion in 'Unity Everyplay' started by 897927065, Sep 7, 2016.

  1. 897927065

    897927065

    Joined:
    Sep 2, 2016
    Posts:
    2
    I want to konw how the everyplay upload video?
     
  2. 897927065

    897927065

    Joined:
    Sep 2, 2016
    Posts:
    2
    Or,How can I get just recorded video link
     
  3. ullatussimo

    ullatussimo

    Unity Technologies

    Joined:
    Jun 16, 2015
    Posts:
    108
    Hello @897927065 ,

    Thanks for reaching out!

    You can show the Everyplay Sharing Modal which enables users to share their videos by calling Everyplay.ShowSharingModal();

    When the video upload finishes, you will get the ID for the video in Everyplay.UploadDidComplete(int videoId) event.
    You can then use the videoId to construct a link to the shared video as follows: https://everyplay.com/videos/<video_id>

    Unfortunately we do not officially support using / manipulating the recorded video outside the functionality provided by our SDK.

    Thanks for your understanding.

    Cheers,
    Simo