当前位置:网站首页>Unity SKFramework框架(十六)、Package Manager 開發工具包管理器
Unity SKFramework框架(十六)、Package Manager 開發工具包管理器
2022-07-02 13:06:00 【CoderZ1010】
目錄
簡介
開發工具包管理器正式上線了,編輯器窗口參照Unity內置的Package Manager做的,後續框架中所有的開發工具均會上傳至服務器進行開源,供大家下載安裝使用。服務器是博主斥58元巨資租的一個基礎版的服務器,寬帶4M,不過代碼都是kb級別的,想必够大家使用了(手動狗頭)。下面對該編輯器窗口中進行詳細介紹。
菜單
通過SKFramework/Package Manager打開窗口。
Sort 排序
排序包含四種方式:
1.Name ↓:列錶內容按照名稱順序排列;
2.Name ↑:列錶內容按照名稱倒序排列;
3.Released Date ↓:列錶內容按照發布日期順序排列;
4.Released Date ↑:列錶內容按照發布日期倒序排列。
Search 檢索
列錶中的內容會根據檢索欄中輸入的內容進行過濾,不區分大小寫,代碼中全部降為小寫處理。
//如果檢索輸入框內容不為空 判斷資源包的名稱是否包含檢索的內容
if (!string.IsNullOrEmpty(searchContent)
&& !package.name.ToLower().Contains(searchContent.ToLower()))
continue;
Help 幫助
點擊該按鈕會啟動瀏覽器,跳轉該博客鏈接,查看使用說明。
Version 版本信息
版本信息包含三種狀態:
1.空白錶示未安裝該工具包;
2."√" 錶示該工具包已經安裝且已經是最新版本;
3."↑" 錶示該版本已經安裝,但是有新版本可昇級。
Detail 詳情
當選中列錶中任意一項內容時,右側窗口展示相應工具包的詳細情况,從上到下內容依次是工具包的名稱、作者、版本信息和發布日期,如果該工具有相關的使用說明,會有Documentation按鈕,點擊跳轉文檔鏈接,再往下是工具的介紹信息、該工具的依賴項。
依賴項分為Is Using和Used by,分別錶示該工具使用了其他哪些工具、該工具被其他哪些工具使用,如果沒有則為(None)。
Last Update 最後更新
LastUpdate錶示最後一次的更新日期,點擊右側更新按鈕,會發起網絡請求,獲取最新的工具包信息並緩存到本地。
Install 安裝
如果未安裝當前選中的工具包,右下角顯示Install按鈕,點擊會發起網絡請求,下載並安裝該工具包。
Remove 移除
如果已安裝當前選中的工具包,右下角顯示Remove按鈕,點擊會删除該工具相關的內容。
Update 更新
如果已經安裝當前選中工具包的其他版本,右下角會顯示Update按鈕,點擊首先會移除已經安裝的版本,再發起網絡請求,下載安裝該版本的內容。
边栏推荐
- How to get the operating system running PHP- How to get the OS on which PHP is running?
- Jerry's weather direction coding table [chapter]
- [opencv learning] [Canny edge detection]
- Interesting interview questions
- Variable, "+" sign, data type
- Counter attack of flour dregs: MySQL 66 questions, 20000 words + 50 pictures in detail! A little six
- 百款拿来就能用的网页特效,不来看看吗?
- Js7day (event object, event flow, event capture and bubble, prevent event flow, event delegation, student information table cases)
- Hundreds of web page special effects can be used. Don't you come and have a look?
- PXE installation UOS prompt NFS over TCP not available from 10 x.x.x
猜你喜欢
3 a VTT terminal regulator ncp51200mntxg data
js3day(数组操作,js冒泡排序,函数,调试窗口,作用域及作用域链,匿名函数,对象,Math对象)
Ntmfs4c05nt1g N-ch 30V 11.9a MOS tube, pdf
Redis sentinel mechanism and configuration
Unity SKFramework框架(十七)、FreeCameraController 上帝视角/自由视角相机控制脚本
js1day(输入输出语法,数据类型,数据类型转换,var和let区别)
国内首款、完全自主、基于云架构的三维CAD平台——CrownCAD(皇冠CAD)
Hash table acwing 841 String hash
C#运算符
[opencv learning] [contour detection]
随机推荐
Jerry's watch time synchronization [chapter]
Five best software architecture patterns that architects must understand
[opencv learning] [image pyramid]
The redis development document released by Alibaba covers all redis operations
Ltc3307ahv meets EMI standard, step-down converter qca7005-al33 phy
基于STM32的OLED 屏幕驱动
Js6day (search, add and delete DOM nodes. Instantiation time, timestamp, timestamp cases, redrawing and reflow)
Linear DP acwing 897 Longest common subsequence
js2day(又是i++和++i,if语句,三元运算符,switch、while语句,for循环语句)
Ali on three sides, it's really difficult to successfully get the offer rated P7
Do you know all the interface test interview questions?
Direct control PTZ PTZ PTZ PTZ camera debugging (c)
Some sudden program ideas (modular processing)
8A Synchronous Step-Down regulator tps568230rjer_ Specification information
Std:: vector batch import fast de duplication method
Rust language document Lite (Part 1) - cargo, output, basic syntax, data type, ownership, structure, enumeration and pattern matching
[opencv learning] [image filtering]
Domestic free data warehouse ETL dispatching automation operation and maintenance expert taskctl
百款拿来就能用的网页特效,不来看看吗?
Js10day (API phased completion, regular expression introduction, custom attributes, filtering sensitive word cases, registration module verification cases)