Skip to content

error CS0117: System.IO.File' does not contain a definition for ReadAllBytes' #10

@unitycoder

Description

@unitycoder

If your target platform is SamsungTV (or other platform that doesn't support File.IO), you'll get the error.. fixed in next update.

temporary fix, open BinaryViewerDX11.cs:
// FIND LINE

if !UNITY_WEBPLAYER

// REPLACE WITH

if !UNITY_WEBPLAYER && !UNITY_SAMSUNGTV

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions