Unity/01.General

C# Error CS0103 에러

레드아이™ 2021. 1. 14. 09:34

 

Unity의 업데이트 창이 떠서, Unity 2019.4.18f1 (LTS) 버전을 설치한 후, 2019.4.17f (LTS) 버전 프로젝트를 열고 C# 스크립트를 실행하려고 하니, CS0103 에러가 계속해서 나타난다.

 

C# Error CS0103으로 구글해서 아래의 포스팅에서 아주 간단한 해결책을 찾음.

forum.unity.com/threads/error-cs0103.459748/#post-2984884

 

Error CS0103

Hello. I am completely new to this and I am going thru some tutorials. Now I have encountered an error. Whever I try to make a C# script it says on...

forum.unity.com

 

Unity - Assets - Open C# Project 메뉴를 클릭하면, 프로젝트가 리빌드 된다고 함.

문제 해결~