🎮 Unity Study/Unity

[Unity Document Study] 3주차 :: Unity Package Manager

ibelieveinme 2024. 5. 20. 09:19
728x90

https://docs.unity3d.com/Manual/Packages.html

 

Unity - Manual: Unity's Package Manager

How Unity works with packages Unity’s Package Manager A package is a container that stores various types of features or assets, such as: Editor tools and libraries, such as a text editor, an animation viewer, or test frameworks. Runtime tools and librari

docs.unity3d.com

 

Unity Document 의 Unity Package Manager 정의 부분을 정리했습니다.

Unity Package Registry Server, Unity Global Cache, Scoped Registry 등에 대한 정보가 있습니다.



Unity Scoped Registry 와 Unity Package Manager API Scripting 을 이용해서 회사용 자체 Unity Package Manger 를 만들었습니다. 관심 있으시면 아래 링크로 가서 확인해보시길 바랍니다. (3개월 갈아 넣음..ㅎ)

 

https://github.com/KyowonEduTech/KyowonPackageManager

 

GitHub - KyowonEduTech/KyowonPackageManager: 교원 패키지 설치 매니저

교원 패키지 설치 매니저. Contribute to KyowonEduTech/KyowonPackageManager development by creating an account on GitHub.

github.com

Unity Package 정보는 컴퓨터 Users > 유저네임 > Library > Unity > cahce 폴더에 저장됩니다.

이러한 Unity Global Cash 기능으로 재사용 및 오프라인 사용이 가능합니다.

https://docs.unity3d.com/ScriptReference/PackageManager.Client.html

 

Unity - Scripting API: Client

Note: You can only call the Client methods in sequence. If you try to add or remove multiple packages at the same time, the outcome is nondeterministic. For example, if you call the Remove method on a package while a Remove operation is already in progress

docs.unity3d.com

위 경로로 가면 상세한 Package API Scripting 을 확인할 수 있습니다.

A. 최신 버전을 다운받습니다 !!!

728x90