Home Integration Usage Tutorials API FAQ URP14 # Tutorials I will be adding different kind of video tutorials here to help you with your integration. ## Automatic Integration (DEPRECATED, Virtual Screen will be removed in next release) Automatic integration works for simple projects that use only one camera and the Built-In Render Pipeline. <iframe width="560" height="315" src="https://www.youtube.com/embed/FeySDiGoda8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> &nbsp; ## Manual Integration with Metal Screen Recorder The most easiest way to record the whole screen with UI is to use Metal Screen Recorder. Metal Screen Recorder also supports Scriptable Render Pipeline (SRP) by default. Metal Screen Recorder is only available for Unity 2017.3 or greater when using Metal renderer. <iframe width="560" height="315" src="https://www.youtube.com/embed/TQrskKOixBY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> &nbsp; ## Manual Integration with Virtual Screen (DEPRECATED, Virtual Screen will be removed in next release) Manual integration using Virtual Screen is needed for more complex camera systems when using the Built-In Render Pipeline and when you want to support both, Metal and OpenGL or you use an older Unity version, like 5.6.6. ### Including the UI (DEPRECATED, Virtual Screen will be removed in next release) When using Virtual Screen the UI is not included to the recording by default. To record it some Canvas changes are required. <iframe width="560" height="315" src="https://www.youtube.com/embed/d1wkSqN07F0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> &nbsp; ### Unity Adventure Sample Game integration with Virtual Screen (DEPRECATED, Virtual Screen will be removed in next release) The Adventure sample project uses 3 different cameras and additive scene loading. It also has an UI that we want to record. <iframe width="560" height="315" src="https://www.youtube.com/embed/_Yj_rfAFwFE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> &nbsp;