I’ve been going through this FPSController tutorial and wrote everything out fine but for whatever reason the SerializeField doesn’t show the InputControls field and setting it to public does nothing either. Does anyone have any ideas as to why this is?
I’m having the same issue. Can’t understand it.
Glad I’m not the only one, I don’t think it’s a code issue so I posted here.
Bumping, it would be nice if we got some answers on this because it seems to be a thing.
Let me know if you figure it out. It’s driving me crazy.
Edit: I actually found out what the issue is: New Input system not serialized
It no longer needs to be serialized
2 Likes
Great find, thanks, it worked perfectly.