New input system with ECS

Hello, I was just wondering whether there already is a solution for using the new input system along with ECS, or if there is anything planned.

@ Checkout the github examples, they do use the new input system.

What samples specifically? I haven’t seen any of these use it?
https://github.com/Unity-Technologies/EntityComponentSystemSamples/tree/master/ECSSamples/Assets

Look at the physics samples

e.g.

https://github.com/Unity-Technologies/EntityComponentSystemSamples/blob/master/UnityPhysicsSamples/Assets/Common/Scripts/DemoInputGatheringSystem.cs

7 Likes