On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+2)

Hi and thanks for using Prata. I completely agree with you and we will try and see what we can do to add more sample scenes. One thing we are trying to avoid is adding other dependencies to our assets (such as the new input system, cinemachine, etc) so we don’t force the user to have them on their projects. We will take a look on how to do that properly. As I said, we will do our best to take this in consideration for the future releases since it’s a great idea :)

(+1)

I can give some suggestions regarding the dependencies:

  • Some assets solve this by making separated assets inside the asset to allow the developers to install them in case they have the required third party dependencies. For example, the assets of Pixel Cruchers have inside them separated unitypackages to enable the support and integration of different assets in case the project has them.
  • The other option, similar to the previous one, is to have in the Prata Sub-Menu buttons to enable the support of third party assets (like the New Input System) in case the developer wants to enable them.
  • Or, as a last resort, inside the code directly detect if any third party asset is enabled, such as the New Input System, which has those conditions.

I wish you luck with the development of the asset.

(+2)

Really good options! We’ll take a look at them and hopefully have a solution as soon as possible.