com.unity.live-capture 4.0.0

com.unity.live-capture

Source docs
Notes: processedReleased July 24, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2022.2 (17f1)

Package Dependencies

📈 Improvements

  • Restructured the whole documentation to improve navigation between the main concepts and setup tasks.
  • Added conceptual information about data capture process and the required chain of elements to set up.
  • Consolidated the Connection setup section and added a Capture Device and Actor setup section.
  • Completed the Take recording section with base information about Shot management in Timeline and Shot Library.
  • Reformatted the Get Started sections about Virtual Camera and Face Capture companion apps as functional tutorials.

🔧 Bug Fixes

  • Add an argument to LiveStreamCaptureDeviceEditor.DrawDefaultLiveStreamInspector to fix the feature that checks the required components for the camera tracking.
  • LiveStream.Properties now uses a Dictionary instead of an IEnumerable to avoid type casting and boxing issues.