Nicole submitted a new resource:
- Download UnifiedIO Cross-Platform IO
- Download UnifiedIO Cross-Platform IO
View attachment 2903
NOTE: In Unity 2019, Windows Universal Platform builds use IL2CPP (not .NET) and can access the usual System.IO classes, rendering UnifiedIO obsolete unless you want to benefit from its convenience methods. UnifiedIO is still useful if you use an older Unity version with .NET builds.
Have you tried to build your game for the Windows Store and got dozens of errors with non-existent IO classes and methods? Don't want to write platform-specific...