playMaker

Author Topic: easysave2 error  (Read 1723 times)

NN2

  • Playmaker Newbie
  • *
  • Posts: 20
easysave2 error
« 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?

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Re: easysave2 error
« Reply #1 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."

NN2

  • Playmaker Newbie
  • *
  • Posts: 20
Re: easysave2 error
« Reply #2 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 :(

elusiven

  • Full Member
  • ***
  • Posts: 233
  • Debt we all must pay...
Re: easysave2 error
« Reply #3 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.

NN2

  • Playmaker Newbie
  • *
  • Posts: 20
Re: easysave2 error
« Reply #4 on: January 26, 2017, 09:11:21 AM »
OK, I will try to delete the file :)
« Last Edit: January 26, 2017, 09:37:12 AM by NN2 »