Compare commits
No commits in common. "0f6ee8e582b1e21a7f23dcbe6aa4c7ec4e970fd1" and "b32c11c3058095474387c569a041aa185075f05a" have entirely different histories.
0f6ee8e582
...
b32c11c305
23
Assets/WebPlatform/WebTest.cs
Normal file
23
Assets/WebPlatform/WebTest.cs
Normal file
@ -0,0 +1,23 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class WebTest : MonoBehaviour
|
||||
{
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
List<string> stepNames = new List<string>() { "µÚÒ»²½", "µÚ¶þ²½", "µÚÈý²½" };
|
||||
List<int> maxScore = new List<int>() { 10, 20, 30 };
|
||||
List<int> score = new List<int>() { 5, 10, 15 };
|
||||
LYTWebGLHelper.Instance.UpLoadData(60, stepNames, maxScore, score);
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
11
Assets/WebPlatform/WebTest.cs.meta
Normal file
11
Assets/WebPlatform/WebTest.cs.meta
Normal file
@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 08f51ad357b70604492d4c3e95ce1e27
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
x
Reference in New Issue
Block a user