Hello,
We keep our levels in prefabs, each level contains some Virtual Cameras and a Main Camera with the Cinemachine Brain attached. We load in these level prefabs as the player goes to different areas.
We have a custom blends scriptable object on the Cinemachine Brain for each level.
The problem is that each level will have upwards of 10 virtual cameras, and when setting the FROM and TO drop downs, you can see that the list is populated with all the virtual cameras in the project, and not just the ones in the prefab. This is obviously not going to be manageable for the amount of levels we have planned.
Can anyone think of a quality of life fix here? Is it doable to edit the source in order to organise the drop down list in terms of area/prefab (using a naming convention)
Regards,
Ian