XRSettings.cs 402 B

1234567891011121314151617
  1. //-----------------------------------------------------------------------
  2. //-----------------------------------------------------------------------
  3. namespace Rokid.XR.Core
  4. {
  5. using UnityEngine;
  6. /// <summary>
  7. /// XR Settings for XR Plugin.
  8. /// Required by XR Management package.
  9. /// </summary>
  10. [System.Serializable]
  11. public class XRSettings : ScriptableObject
  12. {
  13. }
  14. }