unity 6 호환 오류 경고 메시지 제거
This commit is contained in:
@@ -19,7 +19,7 @@ namespace CHN
|
||||
private string simplePath;
|
||||
public override void AfterAwake()
|
||||
{
|
||||
var machines = FindObjectsOfType<Machine>();
|
||||
var machines = FindObjectsByType<Machine>(FindObjectsSortMode.None);
|
||||
foreach (var machine in machines)
|
||||
{
|
||||
if (string.IsNullOrEmpty(machine.code))
|
||||
|
||||
Reference in New Issue
Block a user