Hello, I’m using linemachines with dolly and track on the timeline. However, as the title suggests, if change the scene or turn on the project again, the target of look at is changed to None. There’s someone similar to me, so I’m attaching a link. Thank you.
link : Cinemachine doesn't save Look At target after opening a new scene or saving and closing/reopening Unity - Questions & Answers - Unity Discussions
I’m sorry that it’s not smooth because I used a translator.
In Unity, when a GameObject is part of a scene and then the scene is unloaded, all references to the GameObject are lost, because the GameObject doesn’t exist anymore. You have to put persistent objects inside a “Don’t Destroy On Load” object, so that they can be kept.