Add playable timelines and jazz up the documentation

This commit is contained in:
Michal Pikulski
2025-10-07 12:32:50 +02:00
parent bdec77d36f
commit e1ab0ea937
21 changed files with 787 additions and 1309 deletions

View File

@@ -106,6 +106,8 @@ namespace Interactions
return true;
}
follower.DropHeldItemAt(follower.transform.position);
// Play the current timeline in the sequence
bool result = await PlaySingleTimeline(_currentMapping.timelines[_currentTimelineIndex], _currentMapping, player, follower);