We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IL2CPP does not translate the call to Process.Start used to start the game or the launcher itself, resulting in a no-op or into an exception.
Process.Start
Try to implement some custom code to call directly into native syscalls.
References:
The text was updated successfully, but these errors were encountered:
I use this asset and all works pretty fine with IL2CPP, just replacing default System.Diagnostics.Process to KS.Diagnostics.Process
Sorry, something went wrong.
//using System.Diagnostics; using KS.Diagnostics;
...in ApplicationStarter.cs and PrivilegesSetter.cs
since the author won't add it....
emanzione
No branches or pull requests
IL2CPP does not translate the call to
Process.Start
used to start the game or the launcher itself, resulting in a no-op or into an exception.Try to implement some custom code to call directly into native syscalls.
References:
The text was updated successfully, but these errors were encountered: