UPM(Unity Pacakage Manager) 특정 버전 선택하기(Git Dependencies)
UPM(Unity Package Manager)를 사용하는 과정에서 특정 패키지 버전을 사용해야하는 상황이 생길때(항상 최신이 아닌경우) Version 또는 Branch, Commit Hash를 고정할수 있다. 혹은 파일경로도 가능하다.
방법은 다음과 같다.
사용방법 | 예시 (기본주소 : https://github.example.com/myuser/myrepository.git) |
가장 최근 버전 | "https://github.example.com/myuser/myrepository.git" |
특별한 브런치 | "https://github.example.com/myuser/myrepository.git#my-branch" |
특별한 버전(Tag) | "https://github.example.com/myuser/myrepository.git#v2.0.0" |
커밋 해쉬 | "https://github.example.com/myuser/myrepository.git#9e72f9d5a6a3dadc38d813d8399e1b0e86781a49" |
특정 경로 | "https://github.example.com/myuser/myrepository.git?path=경로" |
경로 + 버전 | "https://github.example.com/myuser/myrepository.git?path=경로#v2.0.0" |
반응형
Unity UPM Git : [링크]
★☆☆☆☆
반응형
'개발 > Unity' 카테고리의 다른 글
Unity) 사운드 Pause / UnPause (0) | 2022.10.24 |
---|---|
Unity)Android) 설치된 Android SDK 확인 방법 (0) | 2022.10.24 |
Unity) Texture Format (플랫폼 별 효율적인 텍스처 압축 포맷) (0) | 2022.10.20 |
문제해결)Unity)Some objects were not cleaned up when closing the scene. (Did you spawn new GameObjects from OnDestroy?)The following scene GameObjects were found:~ (0) | 2022.10.13 |
Unity)NDK Version 확인방법 (0) | 2022.10.12 |
댓글