[MTT-8680] Feat: 2D Space Shooter add new input system by Elfi0Kuhndorf · Pull Request #267 · Unity-Technologies/com.unity.multiplayer.samples.bitesize

Conversation

@Elfi0Kuhndorf

Description

This PR replaces the old input system with the new one. I am also adding WASD as movement option.

Issue Number(s)

https://jira.unity3d.com/browse/MTT-8680

Contribution checklist

  • Tests have been added for the project and/or any internal package
  • Release notes have been added to the project changelog file
  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • JIRA ticket ID is in the PR title or at least one commit message
  • Include the ticket ID number within the body message of the PR to create a hyperlink
did for some reason not save it in other commit
…x: change forum link to discussions
…w as well now

Title text adjusted to keep it coherent with other samples
… Ship prefab accordingly

fix: adjusting Welcome Page as WASD works now as well for movement

bastienunity

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left a comment regarding how the actions are find at runtime, not sure if it's necessary to be changed though.
The PR looks good otherwise!

RikuTheFuffs

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works as expected, I left only a comment about input handling.

… new Input system UI input module in EventSystem in scene

RikuTheFuffs

bastienunity