8 lines
203 B
C#
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
|
|
{
|
|
}
|