Windows IL2CPP support
chikacc opened this issue · 0 comments
chikacc commented
Context
Currently, the mob-sakai/docker repository supports various platforms, but it lacks support for Windows IL2CPP. This is a vital platform for many developers, especially those targeting Windows-based devices for their Unity projects. IL2CPP provides benefits such as improved performance, better runtime security, and efficient memory management.
Suggested solution
I propose adding Windows IL2CPP support to the mob-sakai/docker repository. This would involve creating a new Dockerfile with the appropriate setup for the Windows environment, including installation of necessary dependencies, configuration of the environment, and inclusion of the IL2CPP library.