Search Unity

Error in intergrating EveryPlay in unity

Discussion in 'Unity Everyplay' started by frodoe7, Jan 25, 2016.

  1. frodoe7

    frodoe7

    Joined:
    Jul 25, 2014
    Posts:
    37
    after adding everyplay to my game , it gave me this string error

    Code (CSharp):
    1. void Start()
    2. {
    3.     if (Everyplay.IsRecordingSupported())
    4.         Everyplay.StartRecording();
    5.     else
    6.         Debug.Log("Not Supported!"); // it writes "Not Supported!" , then fire the error
    7. }
     
  2. pmjo

    pmjo

    Unity Technologies

    Joined:
    Sep 17, 2013
    Posts:
    245
    If I remember correctly this issue appeared in certain Unity versions (maybe just 5.3.0) that had tvOS enum added but no real tvOS support yet. Upgrading to Unity 5.3.1 or newer should fix this issue.
     
    Last edited: Feb 2, 2016
    frodoe7 likes this.
  3. Clockworkelements

    Clockworkelements

    Joined:
    Feb 23, 2016
    Posts:
    12
    I think you need the updated version to run this unity. :)