Search Unity

Bug [1.0.0-pre.15] IInputComponentData issue

Discussion in 'NetCode for ECS' started by optimise, Jan 17, 2023.

  1. optimise

    optimise

    Joined:
    Jan 22, 2014
    Posts:
    2,129
    There's an issue with IInputComponentData that I make it as a bug since there's no way to do it. Currently the generated xxx_ApplyCurrentInputBufferElementToInputDataSystem by IInputComponentData is internal private that I have no way to access it to do system ordering for this system. I think at next release or near future release official should add a public ComponentSystemGroup for this system or just make it public to make it able to do system ordering.



    upload_2023-1-17_20-27-46.png
     
    Last edited: Jan 17, 2023
  2. CMarastoni

    CMarastoni

    Unity Technologies

    Joined:
    Mar 18, 2020
    Posts:
    894
    Thanks for reporting this. I think the correct fix is not exposing the generated systems by making them inside an exposed group, so you can target that instead.
     
    optimise likes this.