Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Add Input Test Fixture in the build?

Discussion in 'Input System' started by Robert_Poienar, Aug 8, 2023.

  1. Robert_Poienar

    Robert_Poienar

    Joined:
    Nov 19, 2019
    Posts:
    4
    Is there a way to include Input Test Fixture in the build without having to set in build option:
    BuildOptions.IncludeTestAssemblies?

    I working on a testing tool and I need to use InputTestFixture to simulate input from tests.

    This would be useful for me in order to be able to create builds in Unity Cloud build.