Hello, I’m trying to setup my auth for IL2CPP and it does not want to work. It works fine with mono but not IL2CPP. I know one of the issues was a threading issue, so I removed System.Threading.
Now, I’m being faced with these issues:
*Things in the blue outline/box is what happens on load.
*Things in the green outline/box is what happens when I press login
Below is the code that gets ran on start.
*First image shows the init function. This gets called on start.
*The second image is the actual request (the api connecting to the server)
If anyone knows any reasons/ideas for why this isn’t working it would be much appreciated! I was trying to figure it out a while ago but I stopped, but now I’m back at it because I want to provide a better login system for the Unity community. Thanks.