|
@@ -5,7 +5,7 @@ using UnityEngine.UI;
|
|
|
|
|
|
|
|
public class BluetoothHolder : MonoBehaviour
|
|
public class BluetoothHolder : MonoBehaviour
|
|
|
{
|
|
{
|
|
|
- bool debug = true;
|
|
|
|
|
|
|
+ bool debug = false;
|
|
|
GameObject magEllipse;
|
|
GameObject magEllipse;
|
|
|
HashSet<Object> magEllipseViewers = new HashSet<Object>();
|
|
HashSet<Object> magEllipseViewers = new HashSet<Object>();
|
|
|
public static BluetoothHolder ins;
|
|
public static BluetoothHolder ins;
|