hi there.
i have a task that need to be done by 2 ppl. Its a simple movie about 5 mins or so. We need to do this movie in parallel, so first man doing “part1” and second mand doing “part2”. Both this parts must be in play 1 by 1. Both workers know only common scenario and on start they dont know what objects will exist in scene.
Question is – how to connect their parts if their subcutscenes operate same objects with different states in different time?
Considering I understood correctly, each person can create and work on a separate cutscene and optionally save that cutscene as a prefab.
Then in your “master” scene, you need place those cutscene prefabs, create a “master” cutscene and add a “SubCutscene” clip for each SubCutscene create as required. The SubCutscene clip, can be found and added in an ActionTrack of the Director Group under the category “Composition”.
As a result and by using the “Composition/SubCutscene” clip, you can have multiple cutscenes play in parallel from within a “master” cutscene.
Please let me know if that works for you, or if you need any further details.
Thanks.