Hi,
Trying to build Universal 10 player. got error:
Assets\Scripts\Data\DataController.cs(4,36): error CS0234: The type or namespace name ‘Formatters’ does not exist in the namespace ‘System.Runtime.Serialization’ (are you missing an assembly reference?)
here is line 4:
using System.Runtime.Serialization.Formatters.Binary;
I’m using a binary file to keep log in info for player.
Works fine, standalone builds fine.
What is namespace for formatting binary files with UWP?
Thanks, Tom