When I click the Log In or Register button, I get an error and it buffers forever.
I'm using Unity 2018.2, and changed all of the DC's with DCF's and that's working fine.
The issue is that in the script LoginMenu.cs , at line 146, a variable called "returned" is being created, but on the next line, it's null, I have added a little part to the script to Debug.LogError if the WWW variable is null, and it does. Does anyone know how to solve this issue?


When I click the Log In or Register button, I get an error and it buffers forever.
I'm using Unity 2018.2, and changed all of the DC's with DCF's and that's working fine.
The issue is that in the script LoginMenu.cs , at line 146, a variable called "returned" is being created, but on the next line, it's null, I have added a little part to the script to Debug.LogError if the WWW variable is null, and it does. Does anyone know how to solve this issue?