I've run into a pretty big problem with Unity 5's API changes.
After upgrading, I was presented with 156 errors from deprecated properties. Every time I tried to run the API updater, it failed and told me to check previous console messages. All the previous messages ever stated was that certain errors were preventing the updater from working, but gave no further information. After fixing some errors, the updater was still failing but was no longer giving any "previous" messages.
I ended up just fixing all 156 errors myself. However, I must be using a colossal amount of these deprecated terms in my project, because after fixing the last of the 156 errors, I was then presented with 537 more.
The updater is still failing, and there are still no previous console messages.
Okay, I really don't want to manually fix 537 errors if I don't have to, especially if there might be even more revealed afterwards. All of the errors are "UnityUpgradable", yet the updater hasn't been able to fix a single one. So far with Unity 5, the API updater has been completely useless, as I've had to fix every single one of these errors myself.
Does anyone know what might be causing this? Is there anything I could possibly check?
I'm sorry I can't provide any more information. I can only provide as much as Unity gives me, and so far it hasn't really given me anything.
↧