unity 6 호환 오류 경고 메시지 제거

This commit is contained in:
정영민
2025-04-16 13:51:42 +09:00
parent 97259690ea
commit 6b7fce3e38
11 changed files with 389 additions and 312 deletions

View File

@@ -12,8 +12,8 @@ public class MarkerSampleDataInitializer : MonoBehaviour
void Start ()
{
graph.DataSource.ClearCategory("Player 1");
var point = FindObjectOfType<MarkerText>();
var line = FindObjectOfType<MarkerTextLine>();
var point = FindFirstObjectByType<MarkerText>();
var line = FindFirstObjectByType<MarkerTextLine>();
double prevY = 0.0;
for (int i=0; i<10; i++)
{