Before I submit a bug I wanted to see if there was something I was doing wrong with the upgrade. I have a project I have been working in 4.6b20. I just upgraded to 4.6f1.
I have several InputFields in the project and the compiler told me all of them didn't have .value anymore. This I knew from reading the release notes. I changed all of them to .text.
I have code similar to the following:
if (Email != null && settings.User.Email != null)...
InputField.text Not Showing Value
I have several InputFields in the project and the compiler told me all of them didn't have .value anymore. This I knew from reading the release notes. I changed all of them to .text.
I have code similar to the following:
if (Email != null && settings.User.Email != null)...
InputField.text Not Showing Value