playMaker

Author Topic: DoTween Actions (DOTween v1.1.310)  (Read 87585 times)

dudebxl

  • Hero Member
  • *****
  • Posts: 602
DoTween Actions (DOTween v1.1.310)
« on: May 09, 2015, 09:27:55 AM »
DotTween actions.

Can't explain how to use 'cause way too much data. Use the URL Helper (blue thing) in the action to see DoTween docs (should read for ini setup, etc).

The actions consolidates the Tween so search by color for color renderer, color Camera, color elements, etc.. Attached pict is the template of DoTween Move To, to give you an idea..

Version 1.2 for minimum req. DOTween v1.1.310 with Unity5 and Playmaker 1.8.x


Any issues post here...
« Last Edit: October 04, 2016, 12:36:27 PM by dudebxl »

4ppleseed

  • Full Member
  • ***
  • Posts: 226
Re: DoTween Actions (beta)
« Reply #1 on: May 18, 2015, 06:05:44 AM »
Thank you  8)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DoTween Actions (beta)
« Reply #2 on: May 21, 2015, 05:09:02 AM »
Hi,

 I am trying this, and I get :

Assets/PlayMaker Custom Actions/Dotween Actions/DotweenColorRendererTo.cs(254,87): error CS0103: The name `EaseFactory' does not exist in the current context

 I got the latest version of dotween from the asset store.

also, I see they are all ready for the ecosystem. Maybe I could create a github rep for this. I would think that distributing as a package with all actions would be good and direct, as opposed to per actions. but that's up to you.

Bye,

 Jean

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DoTween Actions (beta)
« Reply #3 on: May 25, 2015, 04:07:11 AM »
Hi,

 Moved trello task to "doing".

Are you following this trello board? maybe Ic an add you to the task for accuracy?

 https://trello.com/c/ieSygpiI/111-dotween

 Bye,

 Jean

Izitmee

  • Playmaker Newbie
  • *
  • Posts: 1
Re: DoTween Actions (beta)
« Reply #4 on: May 31, 2015, 02:49:34 PM »
Hello,

Long time no see!

This is all very nice! :) I just got a mail from xxxxxxxx (which is either one of you or a porn actor) telling me about this. I actually tried to tackle PM actions a few times myself, but since I'm not a user I always got derailed and then postponed it. Very glad you did that. Let me know if you need any help on DOTween's side.

Cheers,
Daniele (the nerd behind DOTween)

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DoTween Actions (beta)
« Reply #5 on: June 15, 2015, 03:19:05 AM »
Hi,

 This package seems to work properly now. Shall I put it on the Ecosystem? we'll need to give instructions cause I forgot to trigger the Dotween setup routine, and I was confused why I had so many errors... then I realized I had to setup dotween before... :)


 Bye,

 Jean

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: DoTween Actions (beta)
« Reply #6 on: June 16, 2015, 04:30:11 AM »
Hi,

 there is one thing I noticed:

 you are using a private FsmInt "settingLoops" but there is no need for this, you should use a simple int.

 Also, in some cases ( for a one time loop), this will bug because the FsmInt has to be initialized. so I modified the action I as using  and turned settingLoops into a regular int and all is working fine.

 Bye,

 Jean

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: DoTween Actions (DOTween v1.0.770)
« Reply #7 on: June 20, 2015, 07:32:33 PM »
update bump ***

rik

  • Full Member
  • ***
  • Posts: 246
Re: DoTween Actions (DOTween v1.0.770)
« Reply #8 on: June 22, 2015, 12:34:38 AM »
Thanks for update

S0ULART

  • Playmaker Newbie
  • *
  • Posts: 27
Re: DoTween Actions (DOTween v1.0.770)
« Reply #9 on: June 25, 2015, 05:04:21 PM »
Hello,
is there an option to add the "To" actions from itween into DOTween?
Like Move to or Rotate to?

greetings
Soul

terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: DoTween Actions (DOTween v1.0.770)
« Reply #10 on: July 02, 2015, 11:09:47 AM »
This is weird but importing this package completely breaks my project, Playmaker will no longer even load.

Is it Unity5 only or something?

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: DoTween Actions (DOTween v1.0.770)
« Reply #11 on: July 02, 2015, 11:22:34 AM »
What are the console errors?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: DoTween Actions (DOTween v1.0.770)
« Reply #12 on: July 02, 2015, 11:32:02 AM »
Errors are attached.
When starting unity up I get a "failed to load window layout" and if I try to load a layout that has Playmaker on it, Unity closes (with no errors). Also Playmaker is no longer on the toolbar (or whatever its called, next to file, edit, assets, etc)

I'm on Unity 4.6.6


Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: DoTween Actions (DOTween v1.0.770)
« Reply #13 on: July 02, 2015, 11:58:47 AM »
The `failed to load layout` errors always appear when you start unity 4.x up and there are console errors preset. The layout won't load until console errors are cleared and it can compile the project successfully.

It looks like there is a discrepancy between the Actions and DoTween. Are you using the latest of both?
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: DoTween Actions (DOTween v1.0.770)
« Reply #14 on: July 02, 2015, 02:46:50 PM »
That makes sense, yes DoTween was downloaded from the asset store today and the actions are the ones from this post.

I wonder if maybe the actions are for an earlier version of DoTween maybe?

edit:
seems like the asset store version is 0.9.290, I wonder why is not V1.0.770 - weird.
will try to contact dotween support directly
« Last Edit: July 02, 2015, 02:50:07 PM by terri »