Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: NN2 on January 26, 2017, 04:19:49 AM

Title: easysave2 error
Post by: NN2 on January 26, 2017, 04:19:49 AM
Hi, I'm trying to use easysave2 but it keep showing me these errors.
can anyone solve this problem?
Title: Re: easysave2 error
Post by: elusiven on January 26, 2017, 05:38:48 AM
Have you installed the newest ES2 and ALL the playmaker actions for it??

"To install or update the Playmaker actions, simply go to the Assets/Easy Save 2 menu and select Enable or Update PlayMaker Action.

You should also do this after updating Easy Save from the Asset Store."
Title: Re: easysave2 error
Post by: NN2 on January 26, 2017, 08:46:09 AM
so I update playmaker and now everything that is related to arraymaker works well.
however I cannot play my game because of this error:

Assets/iTween/iTween.cs(51,14): error CS0101: The namespace `global::' already contains a definition for `iTween'

deleting iTween.cs file didn't help me to solve the problem :(
Title: Re: easysave2 error
Post by: elusiven on January 26, 2017, 08:57:20 AM
This error means that there is a duplicate of iTween somewhere... I would recommend to use Dotween instead of iTween anyway since it's so much faster.
Title: Re: easysave2 error
Post by: NN2 on January 26, 2017, 09:11:21 AM
OK, I will try to delete the file :)