Triggering automatic inputs installment prompt with an Asset

Hello, I ended up posting because there are some issues with the captcha for normal requests.
But the question is fairly easy. I need to know how to make my asset from the asset store to trigger automatic inputs installment as i’ve seen other complete templates do. Currently i just include InputsManager.asset as a file in the project but this trows an error and also clients need to manually replace the file in Project Settings folder. So what i need to do in order to make this into the Unity import process?

Any help is apreciated, Thanks

When you upload to the asset store, you do not select any folder as the primary folder. This will upload the entire project to the asset store instead of just the contents of the folder. The entire project will include the InputManager asset. When importing a complete package from the asset store, it will show a warning to the user that it is importing a complete project and will overwrite their settings like the Input Manager.

It’s possible the upload system has changed since, but I believe this was the correct way to do it in the past.

Also, you might get better results posting this in the Asset Store Publishers forum. You need to request access to it if you are a publisher: https://support.unity3d.com/hc/en-us/articles/205930085-How-can-I-join-the-Unity-Publishers-Forum-

Thanks a lot for the help. I really apreciate it.
I guess i’ll give it a go. Sounds logical.
I’ll post the results.

Thanks again.