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.


Topics - Jo Simard

Pages: [1]
1
DOTween & DOTween Pro / DoTween errors: silently taken care of?
« on: September 23, 2015, 11:55:29 PM »
Hi,
Does anyone knows a way to completely disable the silent error handling, at least in debug mode?

Quote
DOTWEEN :: An error inside a tween callback was silently taken care of > The object of type 'Image' has been destroyed but you are still trying to access it.
Your script should either check if it is null or you should not destroy the object.
UnityEngine.Debug:LogWarning(Object)
DG.Tweening.Core.Debugger:LogWarning(Object) (at D:/DG/_Develop/__UNITY3_CLASSES/_Holoville/__DOTween/_DOTween.Assembly/DOTween/Core/Debugger.cs:26)
...

It is not helping me for debugging, I would really enjoy the regular stack trace...


2
DOTween & DOTween Pro / DOTweenPath orientation and rotation options
« on: August 21, 2015, 06:23:56 PM »
Hi DoTween users,
I'm wondering if there is a way to lock my character X and Z rotation when he is following a path.
I would basically to make him only rotate on the Y axis,=,
This way Orientation "To Path" would not make it bank in weird way when he is going down stairs...

I am not sure how I can override the waypoints tween transform results after each frame...

In the "Path Tween Options", it would be nice to have checkboxes to decide which axis  can't be influenced by the Orientation settings,
or there is a way to do it programatically?

Cheers

3
DOTween & DOTween Pro / DOTweenPath
« on: July 03, 2015, 08:42:32 PM »
Hi,
I am playing with the DoTweenPath editor extension,  but using code I can't find documentation or how to:

  • Know when a waypoint is reached
  • Path progress (seconds, from total duration or at which at waypoint)
  • Set the playhead to a specfic waypoint
  • Set the playhead to a specific time

I feel that having the source code we could understand faster and extend/customize this feature for our games.
Greensock is a good business model example where members-only features always came with the source code.
I can also see more and more asset store developers are opening their source to gather more momentum and collaborators around their products.

Pages: [1]