Hello,
I just updated to the version 1.73.6
I am receiving this error on my play timeline action with wait until finished is assigned:
(the timeline plays but doesnt end as it gives an error before the defaultPauseTime is returned
UnassignedReferenceException: The variable director of ActionTimeline has not been assigned.
You probably need to assign the director variable of the ActionTimeline script in the inspector.
AC.ActionTimeline.Run () (at Assets/AdventureCreator/Scripts/Actions/ActionTimeline.cs:116)
When I reassign the director object, it doesn't give an error and plays well; but when I save everything and restart unity, the error reappears
if I change director.time into runtimedirector.time it works; but I assume there will be problems then with not constantid assigned directors
any suggestions?
Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
No problems, this is the correct solution to the bug.
Thanks for the report - I'll include the same change officially.