I want to use Touch Camera PRO 2024 (v3.1.2) with an old input system. How can I do that? Cause I'm having errors when I import the package. Thank you.

    7 days later

    reshad hi! thanks for letting me know and sorry for the late reply.

    make sure you don't have the Input System package installed, then in your scene, click on the EventSystem gameobject and check the errors, you can simply remove that gameobject and re create one (right click in the hierarchy => ui => Event System)
    Let me know if this doesn't work

      5 months later

      Same problem here, Using Touch Camera PRO 3.1.4, unity 2022.3.5
      Actually it does not seem possible to use your asset without the new input system.
      Well I manage to get it working by deleting
      CustomControlControllerSupportDemo.cs
      CameraInputActions

      But… It becomes really messy, if I want to use both Touch Camera with Tutorial Manager in same project.
      These two assets seem to conflict even with Input system Package (New) configuration

      Any clue ? Thanks for your attention.

        bigtropobor Thanks for pointing this out, I added that last demo and forgot to add
        #if ENABLE_INPUT_SYSTEM
        inside CustomControlControllerSupportDemo.cs and CameraInputActions.cs
        I just pushed a fix, it will be available by next tuesday on the store.

        For the compatibility with Tutorial Manager, I will check and let you know here

          bigtropobor I fixed the compatibility issues and pushed a new version of Tutorial Manager, it should be available by Tuesday too.

          Make sure to remove the previous Exoa/TutorialEngine/ folder before importing the new version.
          Thanks

            Write a Reply...