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 - natecope

Pages: [1]
1
DOTween & DOTween Pro / Re: Attach multiple objects to a single path?
« on: March 04, 2016, 03:51:58 PM »
An easy remedy for this issue is to have the path component on the top level object, and then add the other objects you want to move as child objects in Unity. That will get them all moving.

2
DOTween & DOTween Pro / Chaining dotweenpaths
« on: March 04, 2016, 05:58:27 AM »
Hi there,

I need to perform the following, and I'm looking for guidance on how to go about it.

My game relies on a camera that flies on a path, which I'm using a dotweenpath component for. However, I want to do this:

1) Fly along first dotweenpath
2) At an undefined point in the game (when an objective is complete), I want to break from that path and tween to a defined waypoint
3) once at that waypoint, I want to then start flying on a new path that's also defined by a dotweenpath in the editor.

What's the best way to do this with dotween pro?

thanks!

3
DOTween & DOTween Pro / Lock rotation?
« on: March 04, 2016, 05:54:26 AM »
Hi,

Just purchased pro. Loving it so far.
In the video, there's options to lock rotation, but I do not see that option in the Path Tween Options panel. Am I missing something?
I'm using the latest, at the time of this writing, 9.470.

Pages: [1]