Reply To: ITween

Forums 💬 FlowCanvas ⚙️ Support ITween Reply To: ITween

#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!