portals activated with gems + some small optims
This commit is contained in:
12
Assets/PortalInteractor.cs
Normal file
12
Assets/PortalInteractor.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.XR.Interaction.Toolkit;
|
||||
|
||||
[Serializable]
|
||||
[RequireComponent(typeof(XRSocketInteractor))]
|
||||
public class PortalInteractor : MonoBehaviour
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user