Unity in C# for Platform Specific Implementations
- by DxCK
My program has heavy interaction with the operating system through Win32API functions. now i want to migrate my program to run under Mono under Linux (No wine), and this requires different implementations to the interaction with the operating system.
I started designing a code that can have different implementation for difference platform and is…