Forum rules - please read before posting.

Getting two errors on 1.39a

Getting two errors on 1.39a

Assets/AdventureCreator/Scripts/Save system/Serializer.cs(285,30): error CS0117: `System.IO.File' does not contain a definition for `WriteAllBytes'

Assets/AdventureCreator/Scripts/Save system/Serializer.cs(293,53): error CS0117: `System.IO.File' does not contain a definition for `ReadAllBytes'

Comments

  • edited October 2014
    Thanks - seems to be a WebPlayer issue.  Can you confirm you're working with this platform?
  • Look out for a 'b' release soon.
  • Yes, WebPlayer
  • edited October 2014
    Hate to say this but 1.39b WebPlayer is having the same issue.  This time it's down to one error.

    Assets/AdventureCreator/Scripts/Save system/Serializer.cs(287,30): error CS0117: `System.IO.File' does not contain a definition for `WriteAllBytes'

    I fixed it by moving your "#endif" to line 288
  • Quite right - moved it for testing, but forgot to put it back!  I apologise - 'c' will be out later, but it'll have the same change, so you won't need to update.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.