Class SharedVolumeProfile
A component that manages an instance of Unity
Inherited Members
Namespace: Unity.LiveCapture .Cameras
Assembly: Unity.LiveCapture.Cameras.dll
Syntax
[ExecuteAlways]
[ExcludeFromPreset]
[AddComponentMenu("")]
[RequireComponent(typeof(Camera))]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.live-capture@4.0/manual/ref-component-shared-volume-profile.html")]
public sealed class SharedVolumeProfile : MonoBehaviour
Remarks
This component guarantees that the profile instance is unique and that the GameObject can be duplicated safely, avoding the issue of multiple GameObjects sharing the same profile.