Files
2025-07-04 20:33:06 +03:00

8 lines
203 B
C#

using UnityEngine;
[RequireComponent(typeof(OVRManager))]
[System.Obsolete("This script is deprecated and will be removed in a future release")]
public class PassthroughPlayInEditor : MonoBehaviour
{
}