Releases: liris-xr/PLUME-Recorder
Releases · liris-xr/PLUME-Recorder
v1.2.3-beta
Fixed
- Fix issue when SkinnedMeshRenderer sharedMesh is null, causing the recorder to fail with a NPE.
Added
- Ensure XRITK compatibility for v2 and v3 by adding a macro to automatically switch between version 2.x and 3.x in the XRBaseInteractableRecorderModule and XRBaseInteractorRecorderModule.
v1.2.2-beta
Fixed
- Fixed issue #4 where the
Object.Instantiate(T obj, Scene scene)
function was causing a compilation error in Unity 2023 (missing from the Unity 2023 API).
v1.2.1-beta
Fixed
- Fix missing import for URP samples in SampleUtils.cs
v1.2.0-beta
Added
- Added recorder extensions
RecordTimestampedManagedSample
,RecordTimestampedSample
,RecordTimelessManagedSample
andRecordTimelessSample
to easily record samples from any script. - Print the record path in the console when starting recording.
- Implemented the auto-start feature.
- Added the default record prefix setting.
- Added the default record metadata setting.
- Added the audio recorder module enable/disable setting.
- Added the audio recorder module setting to log when silence is inserted in the WAV file for synchronization with the recorder clock.
- Added hooks settings to choose which assemblies are injected with the recorder hooks.
Changed
- Updated the hooks injection system to make it more flexible, allowing for injecting generic methods more easily.
- Update submodule Unity-Runtime-GUID to version v1.0.2.
- Disable the audio recorder module by default.
- Improved performances when starting the recording.
Removed
- Removed unused game object recorder module settings.
Fixed
- Fixed custom recorder modules not being picked up by the recorder.
v1.0.1-beta
v1.0.0-beta
Updated license