playMaker

Author Topic: iTween Rotate To not working in Unity 2017.2  (Read 6305 times)

silonighora

  • Playmaker Newbie
  • *
  • Posts: 28
iTween Rotate To not working in Unity 2017.2
« on: December 27, 2017, 01:02:33 PM »
Hi All,
I have been using playmaker for more than a year(Unity 5.4.1). I have been using Itween Rotate to without any issues. But recently I upgraded to Unity 2017.2 and this action is not working. I have done a new install of Playmaker and iTween. Is there any other step that I am missing?
What other actions can I use if I cannot use iTween? Basically I want to get a specific rotation with some ease type.

Thanks in advance!!

Regards,
Siloni

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween Rotate To not working in Unity 2017.2
« Reply #1 on: December 28, 2017, 05:36:50 AM »
Hi.
itween is outdated.
You can try dotween.
You can find actions for it on this topic and there is also a action package on the asset store.

silonighora

  • Playmaker Newbie
  • *
  • Posts: 28
Re: iTween Rotate To not working in Unity 2017.2
« Reply #2 on: December 28, 2017, 01:48:30 PM »
Hi @djaydino,
I tried dotween, but the action package has outdated actions and didnt quite compile in the unity editor. I am getting lots of errors. Am I missing anything?

Regards,
Siloni

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween Rotate To not working in Unity 2017.2
« Reply #3 on: December 28, 2017, 08:25:54 PM »
Hi.
I can't test atm, on a family trip till end of the year and no laptop allowed 😣

Best is to ask on the post i gave and if its not fixed, i can take a look when i am back.
Bump this post after jan 01 if there is no solution.

autumnboy

  • Junior Playmaker
  • **
  • Posts: 73
Re: iTween Rotate To not working in Unity 2017.2
« Reply #4 on: January 06, 2018, 07:24:27 PM »
Hi,
I have the same problem with the itween rotate to action, and get a list of compile errors when downloading the Dotween actions package. Did anyone get a solution or info on either of these two problems?

Cheers

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween Rotate To not working in Unity 2017.2
« Reply #5 on: January 07, 2018, 08:58:26 AM »
Hi.
i made a new project on unity 2017.3.0f3 and playmaker 1.8.6

Then i downloaded the package from this topic :
http://hutonggames.com/playmakerforum/index.php?topic=10303.0

But i did not get any console errors.

@autumnboy
What unity/playmaker version are you on?

@silonighora
Can you try updating unity and / or Playmaker? and then re-download the dotween actions.
BEFORE UPGRADING MAKE A BACKUP FROM YOUR PROJECT!!!

autumnboy

  • Junior Playmaker
  • **
  • Posts: 73
Re: iTween Rotate To not working in Unity 2017.2
« Reply #6 on: January 07, 2018, 04:20:41 PM »
Hi,

Unity 2017.3.0f3
Playmaker 1.82

I've just realised I don't have the latest Playmaker update. But Can't seem to update playmaker via the welcome screen.


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween Rotate To not working in Unity 2017.2
« Reply #7 on: January 07, 2018, 05:05:21 PM »
Hi,
Yes it is probably because there is a console error,
go in the project folder playmaker/Editor/Install and double click : Playmaker.1.8.6

autumnboy

  • Junior Playmaker
  • **
  • Posts: 73
Re: iTween Rotate To not working in Unity 2017.2
« Reply #8 on: January 07, 2018, 05:08:54 PM »
:)

 Thanks Djaydino

craigz

  • Beta Group
  • Full Member
  • *
  • Posts: 234
    • Haven Made
Re: iTween Rotate To not working in Unity 2017.2
« Reply #9 on: January 07, 2018, 08:53:25 PM »
:)

 Thanks Djaydino

Hi @autumnboy! Were you able to get your itween actions to work by chance? I'm noticing some pretty big issues with mine as well since the update xD


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween Rotate To not working in Unity 2017.2
« Reply #10 on: January 08, 2018, 03:09:18 AM »
Hi.
@craigz
Itween is outdated and slow.. you should consider using Dotween.


craigz

  • Beta Group
  • Full Member
  • *
  • Posts: 234
    • Haven Made
Re: iTween Rotate To not working in Unity 2017.2
« Reply #11 on: January 08, 2018, 04:16:13 AM »
Hey @djaydino :)

I have it and have been rolling it out slowly in my game - but have a bunch of legacy stuff still tied to itween ;)

Trying to not have to pull an all nighter and hotswap 60 prefabs to DOTween.

Not to mention many or most of them use the stop on exit flag for Itween, and as you know already, a bit more busy work with DOTween to do that also!

-craigz

silonighora

  • Playmaker Newbie
  • *
  • Posts: 28
Re: iTween Rotate To not working in Unity 2017.2
« Reply #12 on: January 15, 2018, 03:37:06 AM »
Hi @djaydino

Thanks for all the help on this issue and sorry for the late reply.
This is what I did and its working for me now:
1. I am on Unity 2017.2 and Playmaker 1.8.6
2. Downloaded the DoTween from here: https://www.assetstore.unity3d.com/en/#!/content/27676
3. Downloaded the playmaker actions from here: http://hutonggames.com/playmakerforum/index.php?topic=10303.0
4. The I used the action: DoTween Rotate Transform To

Hope this helps anyone facing issues with iTween.

Regards,
Siloni

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: iTween Rotate To not working in Unity 2017.2
« Reply #13 on: January 15, 2018, 03:51:54 AM »
Hi All,
I have been using playmaker for more than a year(Unity 5.4.1). I have been using Itween Rotate to without any issues. But recently I upgraded to Unity 2017.2 and this action is not working. I have done a new install of Playmaker and iTween. Is there any other step that I am missing?
What other actions can I use if I cannot use iTween? Basically I want to get a specific rotation with some ease type.

Thanks in advance!!

Regards,
Siloni

Hi

 I just tested and it works, maybe you could share a test scene that expose the problem, iTween being an old library still works fine on 2017 and if there is a problem we should fix it.

 Bye,

 Jean