Search Unity

Samsung TV platform can not support image format ".dds" and .net lib "System.File.WriteAllBytes"

Discussion in 'Samsung Smart TV' started by hanlu, May 19, 2015.

  1. hanlu

    hanlu

    Joined:
    Apr 14, 2015
    Posts:
    2
    Hi,
    I make a Unity Game. I find Samsung TV platform can not support image format ".dds" and .net lib "System.File.WriteAllBytes".
    I want to know whether or not Samsung TV platform can not support them. Thanks.
     
  2. AlexThibodeau

    AlexThibodeau

    Unity Technologies

    Joined:
    Jul 23, 2013
    Posts:
    309
    Hello,

    SamsungTV doesn't support WriteAllBytes because it adheres to the WebPlayer security settings. Write access to the file system is disabled due to this.
     
  3. hanlu

    hanlu

    Joined:
    Apr 14, 2015
    Posts:
    2
    Hello,

    Thanks for your reply.
    Do you know whether or not Samsung TV platform support ".dds" format? Thank you.
     
  4. DrewVR

    DrewVR

    Joined:
    Jun 16, 2015
    Posts:
    1
    Is there anyway to enable the file system writing, or a plan to?