Hi everyone!
We’re proud to announce a new prerelease of Recorder, version 4.0.0-pre.1!
What’s New
Recorder 4.0.0-pre.1
introduces a JPEG quality slider and a new wildcard for AOVs.
This version also moves the troubleshooting options from the Editor menu to the User Preferences, exposes more classes to the public API (to facilitate your work writing custom Recorders with audio), changes the default output file names to avoid clashes, and makes it easier to show/hide/focus the Recorder Window (which you can attach to a keyboard shortcut as well).
Finally, this version fixes the “open output location” functionality in Linux.
You can find the full changelog here.
Minimum Requirements
Unity 2019.4
HDRP 7.3.1
(please note that subframe accumulation will not be available in this configuration)
OR
Unity 2020.2.4.f
HDRP 10.3.1
OR
Unity 2021.1.0b12
HDRP 11.0.0
How to Install
You can install this package through the Package Manager or via your project’s manifest.
- In the Package Manager, find the Recorder (or “Unity Recorder”) package, highlight version
4.0.0-pre.1
and click the Install button.
OR
- In Unity 2021.1 and above, click the [+] button at the top left of the Package Manager, select Add Package by Name… and enter
com.unity.recorder
in the Name field and4.0.0-pre.1
in the Version field.
OR
- In Unity 2020.3, click the [+] button at the top left of the Package Manager, select Add package from git URL… and enter
com.unity.recorder@4.0.0-pre.1
.
OR
- In any version of Unity, edit the “Packages/manifest.json” file and add the following line to the top of the list of dependencies:
"com.unity.recorder": "4.0.0-pre.1",
Thanks as always!