Vacation time: I will be on vacation from November 26th to December 7th, please expect a delay in my support. Thank you for your understanding.

Recently purchased the TouchCameraPro plugin and I am getting this error The type or namespace name 'Exoa' could not be found. This error is present in the demo scene as well as my project scene. The plugin page mentioned that there were no dependencies needed but is it possible that I am missing something? For clarity, I did not originally purchase the plugin, the owner of the organization purchased it and imported it into the project.

Using Unity 2022.3.12

    jdbryant332 Hi! Yes you may miss some scripts, can you reimport the plugin from the package manager or the .unitypackage file?

      Anthony Hello, I asked the org owner to reimport the plugin and we ran into the same issue. We were able to get around this issue though by adding the Assembly Definitions in the plugin to another assembly definition asset at the root of our Plugins folder AND adding them to the GameAssembly file in out scripts folder. This seems to have resolved all the referencing issues that I was experiencing.

        8 days later

        jdbryant332
        Perfect! Thanks for letting me know. Yes if you already have asmdef file you need to add references from each others to access their code.
        regards,
        Anthony

          Write a Reply...