본문 바로가기
  • 불확실한 내일을 위해
유니티 C#/오류 정리

오류문 : The name'0' does not exist the current context

by 그린초코 2023. 5. 22.

The name'0' dose not exist the current context

if문의 중괄호 { } 안에서 선언된 변수가 중괄호 밖에서 사용되었을 때 나오는 오류문이다. 

 

if문의 변수 범위는 아래 참고

https://greenchoco.tistory.com/130

 

C#기초 if문 블록에서의 변수 범위

if문의 블록에서 정의한 변수는 사용할 수 있는 범위가 정해져있는데, 중괄호 { } 안에서 선언된 변수는 해당 중괄호 안에서만 사용할 수 있다. 만약 아래와 같이 쓰면 "The name'y' dose not exist the curr

greenchoco.tistory.com

 

728x90

댓글