-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
Mobile #6
Comments
There are some dependencies right now that may give trouble on mobile. I use compiled lambdas in some sections that would need to be replaced, I rely on AutoFac for the concrete IoC implementation for a lib called Sceneject. I don't think either of those will function on mobile. You'd have to check if Newtonsoft.Json and Google.Protobuf function on mobile too. It's too earlier to tell. There isn't a major reason to run on mobile atm, that has been cover by Ninatic. |
Tested Mobile Compatible with Mono (non-IL2CPP) Android built on Nox. This confirms that, surprisingly, the dependencies work on Android. Here is a gif: http://i.imgur.com/ywGdoTy.gifv I'm going to test to confirm it works with IL2CPP now. I doubt it will. I will be incredibly surprised if it does. |
Does not function with Android IL2CPP. I didn't not look into why but I'm assuming it's for reasons that I mentioned earlier. |
Will this work on mobile builds of unity as well once done?
The text was updated successfully, but these errors were encountered: