Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - IrishMerlin

Pages: [1]
1
DOTween & DOTween Pro / Local Rotate not really local?
« on: April 20, 2015, 05:16:05 AM »
I added DOTween visual editor (Pro), to a child object like so:

ParentObj
    ChildObj(DOTween)

The parent object has random rotation. What I want to achieve is to rotate the child's y-axis, only. I wrote my own C# without using DOTween and was able to accomplish this. I'd like to be able to do that using DOTween's visual editor.

The settings I have on child DOTween:
  • Local Rotate
  • Duration: 20
  • Ease: Linear
  • Loops: -1
  • Loop Type: Incremental
  • ID:
  • TO:  0, 360, 0
  • Rotation Mode: Local Axis Add
  • Relative: Yes

Pages: [1]