-
Notifications
You must be signed in to change notification settings - Fork 5
VideoRecording
Sarah Augustinowski edited this page Oct 6, 2024
·
3 revisions
Plugin Unity Recorder (can be installed by the Unity package manager when preview packages are enabled through the "Advanced" menu
- Open Recorder window through menu "Window=>General=>Recorder".
- Add new recorder through button "Add New Recorders" in Recorder window selecting "Movie".
- Select "GameView" for "Source".
- Select "FHD - 1080p" for "Output Resolution"
- Select "16:9" for "Aspect Ratio"
- All others settings can be used by its default
- Now press "Start Recording"
- Add script ScriptableCamera.cs as a component to MainCamera in the scene. Enter path of camera through the Inspector window as parameters of this script. Enable this script and disable the FlyCamera.cs script attached to the camera, too.
- Open Recorder window through menu "Window=>General=>Recorder".
- Add new recorder through button "Add New Recorders" in Recorder window selecting "Movie".
- Select "360 View" for "Source".
- Select "MainCamera" as a "Camera".
- Set W=2048 and H=4096 as "360 View Output" and W=2048 as "Cube Map".
- Start recording (you may tick "Exit Playmode").
- Upload video to YouTube as described here.