Hello again Olivier and very sorry for the late reply!
1) When a cutscene is playing, all “rendering” is done through the “Render Camera” which can be found as a child under “Director Camera Root” gameobject. The “shot cameras” are only there as proxies. Thus, to switch to your game camera, you will need to disable the Render Camera, and enable your Game Camera (which is commonly automatically disabled when a cutscene starts). To do this, you can write a script which calls the static method “DirectorGUI.Disable()”. This will disable the Render Camera and re-enable your Game Camera.
2) Based also on the above (1) info, you will only need to make the billboards face the “Render Camera”. Normally, the “Render Camera” is automatically set as “Main” camera when a cutscene starts (thus substitute your game camera for while the cutscene is running). This is only happening if the option called “Set Main When Active” is enable in the Director Camera inspector (found on Director Camera Root gameobject). Is the option enabled in your case?
Please let me know if the above help, or if of course you need any more information.
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.