I cannot build for Windows Store. Any suggestion?
Assets\spine-csharp\src\Atlas.cs(71,42): error CS1502: The best overloaded method match for 'System.IO.StreamReader.StreamReader(System.IO.Stream)' has some invalid arguments
Assets\spine-csharp\src\Atlas.cs(71,59): error CS1503: Argument 1: cannot convert from 'string' to 'System.IO.Stream'
Assets\spine-csharp\src\SkeletonJson.cs(76,33): error CS1502: The best overloaded method match for 'System.IO.StreamReader.StreamReader(System.IO.Stream)' has some invalid arguments
Assets\spine-csharp\src\SkeletonJson.cs(76,50): error CS1503: Argument 1: cannot convert from 'string' to 'System.IO.Stream'
There is some problem with the #if #else!
Even if it enters on #if WINDOWS_STOREAPP it also enters on the #else of the #if WINDOWS_PHONE, because of this it does not works. This is very strange.
Any advice? It should be something simple to fix but I could not make it work.