Migrating InputManager to InputSystem

Should I expect some great catastrophes upon doing this? The waves of red errors, computer going on fire, coffee spill?

Is there any documentation on that?

Olafs

There is nothing in this package that uses keyboard input except possibly for some scripts in the example scenes.

1 Like

Sorry, @aron_granberg, got to wake this one up one more time :confused:

I sort of need [at least now I think so] to replace those GetKeyDown-s and GetButtonDown-s, but within TargetMover writing " Using UnityEngine.InputSystem; gives me an error.

What to do? :confused:

image

Hi

Why do you need to do this?
If you want to use the TargetMover in your own game I’d recommend that you make a copy of that script and then modify that copy.

Thank you - copying did the trick it seems.

I modified TargetMover to respond to click, holding button down, etc. Somehow it went that way - nobody remembers anymore :slight_smile: