ITween

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #22492
    westray
    Participant

      Is there any way to use ITween in flowcanovas?

      #22496
      Gavalakis
      Keymaster

        Hello,

        FlowCanvas supports DOTween instead of ITween, which extension you can download in the Downloads section.
        DOTween is faster performance wise, and generally speaking, better in most regards.

        Does not DOTween works for you?
        Let me know.
        Thanks

        #22495
        westray
        Participant

          I haven’t got dotween. I will download it

          #22494
          westray
          Participant

            I have bought DOTWEEN Pro and imported it into my project. Can you show me how to use it (for example moving an object from one side of the screen to another).Hope I am not imposing too much.

            #22493
            Gavalakis
            Keymaster

              Hey,

              Of course, no problem.

              First of all, please download the DOTween extension from the [Downloads Section] of this website.

              Once you do so and import the package in your project, you will get a set of new nodes, which can be found under “Functions/Extensions/DOTween”:
              [attachment file=”DOTweenExtensionsMenu.png”]

              Then, you can use any of these nodes, like for example “TweenPosition” to tween the gameobject’s position. In the example bellow, when you Fire1 button is pressed (eg Mouse Click or Control Key), the gameobject which has the FlowScriptController attached, will tween it’s position with the specified settings (which can be set in the inspector of the node when you select it, or be connected to other nodes).
              [attachment file=”DOTweenPosition.png”]

              Let me know if this works for you.
              Thanks!

            Viewing 5 posts - 1 through 5 (of 5 total)
            • You must be logged in to reply to this topic.