portals activated with gems + some small optims

This commit is contained in:
2022-04-08 15:39:32 +03:00
parent 5074c55bcf
commit 8727b6d949
218 changed files with 31845 additions and 1462 deletions

View 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
{
}