diff --git a/Assets/WebPlatform/WebTest.cs b/Assets/WebPlatform/WebTest.cs deleted file mode 100644 index 9e5a181e..00000000 --- a/Assets/WebPlatform/WebTest.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class WebTest : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - List stepNames = new List() { "第一步", "第二步", "第三步" }; - List maxScore = new List() { 10, 20, 30 }; - List score = new List() { 5, 10, 15 }; - LYTWebGLHelper.Instance.UpLoadData(60, stepNames, maxScore, score); - - } - - // Update is called once per frame - void Update() - { - - } -} diff --git a/Assets/WebPlatform/WebTest.cs.meta b/Assets/WebPlatform/WebTest.cs.meta deleted file mode 100644 index 86bcbfe0..00000000 --- a/Assets/WebPlatform/WebTest.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 08f51ad357b70604492d4c3e95ce1e27 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: