Playmaker Forum

PlayMaker News => General Discussion => Topic started by: Meka Games on April 26, 2020, 10:44:05 AM

Title: Selling a project with DOTween
Post by: Meka Games on April 26, 2020, 10:44:05 AM
I have a project and i created everything with the Playmaker. But i'm using DOTween actions in my project.
(found here https://hutonggames.com/playmakerforum/index.php?topic=10303.msg48638#msg48638)

Can I include these actions in my project? Or should I give this link to download? What to do?

I've sold this project before.
https://assetstore.unity.com/packages/templates/packs/zombie-shooter-prototype-for-playmaker-157152
Title: Re: Selling a project with DOTween
Post by: Broken Stylus on April 28, 2020, 07:16:19 AM
It should be stated that your project requires DOTween, paid or not.

IF the DOTween actions are free (you would have to contact both Unity and the DOTween publisher to verify), maybe you might add the free actions, but that's all you can put and I'm not even sure of that.

You must make the user buy or get and then download the assets by adding the proper links in your own Asset Store's item page and perhaps also add a correct install file in your own project, a readme or something.

You should do a test with an empty project and reproduce the steps that a user would go through. The moment your project would be installed, its DOTween actions would be looking for the DOTween assets that would be missing and you'd get errors, that's a bad thing to happen.

You might pack parts of your project that use and contain DOTween related material (GOs with FSMs using these actions, plus the actions' respective scripts themselves) so that the user needs to manually import them, with this package being in a subfolder alongside the readme file.