I haven’t gotten to the bottom of it yet, but I thought I’d post up a quick notice that updating Unity to 5.6 breaks my input maps.
Specifically, I use PlayerInput’s instance method GetActions() to get my action map, and it’s now returning null. Which, of course, leads to null reference errors later.
My console is also littered with “get_isPlayingOrWillChangePlaymode” errors as well, which I assume has something to do with it.
Questions:
Is there a public repo with more recent versions of the New Input System? The GitHub and Google Code pages are over a year old now.
Do we have a vague outline of when to expect updates or releases?
To be clear, I understand how hard it can be to stop development on a proprietary code base to create something for the public, and I appreciate all the improvements the input team has made so far. If we just have to wait, I’m more than happy to use standard axis stuff until the system is ready.