Skip to content

Releases: liris-xr/PLUME-Recorder

v1.2.3-beta

22 Oct 15:32
15639ea
Compare
Choose a tag to compare

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

17 May 18:56
Compare
Choose a tag to compare

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

29 Apr 08:37
Compare
Choose a tag to compare

Fixed

  • Fix missing import for URP samples in SampleUtils.cs

v1.2.0-beta

27 Apr 13:03
Compare
Choose a tag to compare

Added

  • Added recorder extensions RecordTimestampedManagedSample, RecordTimestampedSample, RecordTimelessManagedSample and RecordTimelessSample 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

30 Mar 14:20
Compare
Choose a tag to compare
v1.0.1-beta Pre-release
Pre-release
  • Fix issue #1 caused by the testing framework dependency in f625513
  • Fix inconsistent GUID in builds due to wrong serialization in Unity-Runtime-GUID in 18dbc33
  • Fix AIOB exception occuring when destroying objects in scenes in 91589ba

v1.0.0-beta

08 Mar 23:07
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
Updated license