1
0
forked from cgvr/DeltaVR

made radio button collision less flaky

This commit is contained in:
2026-03-01 13:44:40 +02:00
parent 5e6bb24c27
commit 73fad024c0
5 changed files with 55 additions and 7 deletions

View File

@@ -0,0 +1,31 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ButtonTrigger : MonoBehaviour
{
public bool isEnter;
public ReleasableButton button;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
private void OnTriggerEnter(Collider other)
{
}
private void OnTriggerExit(Collider other)
{
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 26d1ade0a3771324eb46882393dce30a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: