Unity6 [Unity] gitignore 작동 안될 때 상황 : gitignore가 있는데도 작동이 안되는 이슈 발생 해결 : 아래 블로그를 참고 원인 : git의 캐시문제라고 함 [GIT] git Ignore가 적용이 안될 때 ignore를 추가했는데 자꾸 계속 파일들이 추가될 때 git의 캐시문제 이므로 터미널을 열어서 캐시 삭제 후 다시 커밋하면 된다. git rm -r --cached . git add . git commit -m "remove source files" 추가로 git.. novemberfirst.tistory.com 1. 터미널 열기 2. 입력(마지막 ' .'까지 입력) 3. git add . 3-1. 이때 에러가 발생할 수 있음(내 경우엔 .vsconfig가 .gitignore에 없어서 에러남) 3-2. 그러므로 충돌나는 건 없는지 .. 2022. 4. 2. Visual Studio Editor Package version 2.0.14 is available 경고 상황 : 유니티를 2021.2.1f1로 썼더니 Visual Studio Editor Package version 2.0.14 is available, we strongly encourage you to update from the Unity Package Manager for a better Visual Studio integration UnityEngine.Debug:LogWarning (object) 이라는 경고가 계속 뜨는 상황 VisualStudioEditor를 2.0.14로 업데이트하라는 건데 어디서 업데이트를 하란건지 열심히 구글링 해결 : Unity 상단 탭 중 Window -> Package Manager -> Visual Studio Editor에서 업데이트 2022. 2. 6. 이전 1 2 다음