cclauson
cclauson
There's a minor followup question to this as well--if I'm not mistaken, TerminateWithSuccess() is the only reason that ios/android couldn't use .NET Standard. Would it be simpler to have the...
Thanks for the response. I guess my question would then be, is the ultimate goal for things to be .NET Standard, or for it to be multitargeted? In other words,...
As stated above, to me the most logical solution to supporting similar functionality but staying .NET Standard would be to change things so instead passing a boolean to indicate whether...
I gave Application.Quit() a quick try on iOS, didn't seem to do it. I might be able to look into this further if I have time at some point.