완료 시간 알람 오류 및 작업 조건 분석 차트 오류 수정

This commit is contained in:
정영민
2025-04-14 12:02:39 +09:00
parent 6d02c2ae60
commit daa022fd95
10 changed files with 651 additions and 801 deletions

View File

@@ -1,19 +0,0 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using CHN;
using Newtonsoft.Json;
public class TestBarChart : MonoBehaviour
{
private WorkTimeManager test;
// Start is called before the first frame update
void Start()
{
var textData = Resources.Load<TextAsset>("Test");
var response = JsonConvert.DeserializeObject<WorkTimeData>(textData.ToString());
test = FindSingle<WorkTimeManager>();
test.SetWorkTimeData(response);
}
}

View File

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