diff --git a/Assets/DyExample.meta b/Assets/DyExample.meta
deleted file mode 100644
index 60e5c23..0000000
--- a/Assets/DyExample.meta
+++ /dev/null
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: cdc27ec2fd28d2c43ba1eeb65b7e16b1
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
diff --git a/Assets/DyExample/BluetoothGateway.cs b/Assets/DyExample/BluetoothGateway.cs
deleted file mode 100644
index 3852c65..0000000
--- a/Assets/DyExample/BluetoothGateway.cs
+++ /dev/null
@@ -1,81 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-using LitJson;
-using System;
-using JXSoft;
-
-namespace DYData {
- public struct BluetoothGatewayData:IResponse
- {
- ///
- ///
- ///
- public int v { get; set; }
- ///
- ///
- ///
- public int mid { get; set; }
- ///
- ///
- ///
- public int time { get; set; }
- ///
- /// 用时
- ///
- public string ip { get; set; }
- ///
- /// 地址
- ///
- public string mac { get; set; }
- ///
- /// 设备信息
- ///
- public List> devices { get; set; }
-
- private string exceptionMsg;
-
-
- public string findDataByMac(string mac) {
- foreach (List