当前位置:网站首页>Unity skframework framework (XVI), package manager development kit Manager
Unity skframework framework (XVI), package manager development kit Manager
2022-07-02 13:07:00 【CoderZ1010】
Catalog
brief introduction
The development kit manager is officially launched , Editor window reference Unity Built in Package Manager It's done , All development tools in the subsequent framework will be uploaded to the server for open source , For everyone to download and install . The server is the blogger's exclusive 58 A basic server rented at a huge amount of money , Broadband 4M, But the code is kb Grade , It must be enough for everyone ( Manual formation ). The editor window is described in detail below .
menu
adopt SKFramework/Package Manager open windows .
Sort Sort
There are four ways to sort :
1.Name ↓: The contents of the list are in accordance with Name order ;
2.Name ↑: The contents of the list are in accordance with The names are arranged in reverse order ;
3.Released Date ↓: The contents of the list are in accordance with Release date order ;
4.Released Date ↑: The contents of the list are in accordance with The release dates are in reverse order .
Search retrieval
The contents in the list will be filtered according to the contents entered in the search column , Case insensitive , All the code is reduced to lowercase .
// If the content of the search input box is not empty Judge whether the name of the resource package contains the retrieved content
if (!string.IsNullOrEmpty(searchContent)
&& !package.name.ToLower().Contains(searchContent.ToLower()))
continue;
Help help
Clicking this button will start the browser , Jump to the blog link , View instructions .
Version Version information
The version information contains three states :
1. Blank representation Not installed The toolkit ;
2."√" Indicates that the toolkit has been installed and is The latest version ;
3."↑" Indicates that this version has been installed , But there is a new version Upgradeable .
Detail details
When any item in the list is selected , The right window shows the details of the corresponding toolkit , From top to bottom, the contents of the toolkit are name 、 author 、 Version information and release date , If the tool has relevant instructions , There will be Documentation Button , Click the jump Document links , Next is the tool Introducing information 、 Of the tool Dependencies .
Dependencies are divided into Is Using and Used by, Indicate which other tools are used by this tool 、 Which other tools use this tool , If not, it is (None).
Last Update The last update
LastUpdate Express Last update date , Click the update button on the right , Will initiate a network request , Get the latest toolkit information and cache it locally .
Install install
If the currently selected toolkit is not installed , The lower right corner shows Install Button , Click to initiate a network request , Download and install the toolkit .
Remove remove
If the currently selected toolkit is installed , The lower right corner shows Remove Button , Click to delete the content related to the tool .
Update to update
If you have already installed another version of the currently selected toolkit , In the lower right corner Update Button , Clicking first will remove the installed version , And then launch a network request , Download and install the content of this version .
边栏推荐
- Js7day (event object, event flow, event capture and bubble, prevent event flow, event delegation, student information table cases)
- Async/await asynchronous function
- PR usage skills, how to use PR to watermark?
- About the loading of layer web spring layer components, the position of the layer is centered
- Floyd AcWing 854. Floyd finds the shortest path
- Unity SKFramework框架(二十)、VFX Lab 特效库
- Everyone wants to eat a broken buffet. It's almost cold
- Jerry's watch modifies the alarm clock [chapter]
- Counter attack of flour dregs: MySQL 66 questions, 20000 words + 50 pictures in detail! A little six
- Heap acwing 839 Simulated reactor
猜你喜欢
Fundamentals of face recognition (facenet)
腾讯三面:进程写文件过程中,进程崩溃了,文件数据会丢吗?
国内首款、完全自主、基于云架构的三维CAD平台——CrownCAD(皇冠CAD)
Dijkstra AcWing 850. Dijkstra finding the shortest circuit II
[opencv learning] [Canny edge detection]
West digital decided to raise the price of flash memory products immediately after the factory was polluted by materials
JS10day(api 阶段性完结,正则表达式简介,自定义属性,过滤敏感词案例,注册模块验证案例)
js1day(輸入輸出語法,數據類型,數據類型轉換,var和let區別)
日本赌国运:Web3.0 ,反正也不是第一次失败了!
spfa AcWing 852. SPFA judgement negative ring
随机推荐
Oracle from entry to mastery (4th Edition)
Browser storage scheme
LTC3307AHV 符合EMI标准,降压转换器 QCA7005-AL33 PHY
bellman-ford AcWing 853. Shortest path with side limit
移动式布局(流式布局)
[opencv learning] [Canny edge detection]
Hash table acwing 840 Simulated hash table
Jerry's weather code table [chapter]
Jerry's watch stops ringing [article]
模数转换器(ADC) ADE7913ARIZ 专为三相电能计量应用而设计
Window10 upgrade encountered a big hole error code: 0xc000000e perfect solution
Unforgettable Ali, 4 skills, 5 hr additional written tests, it's really difficult and sad to walk
Interesting interview questions
Jerry's watch modifies the alarm clock [chapter]
Heap acwing 839 Simulated reactor
Async/await asynchronous function
Ruby: how to copy variables without pointing to the same object- Ruby: how can I copy a variable without pointing to the same object?
VIM super practical guide collection of this one is enough
Interval DP acwing 282 Stone merging
架构师必须了解的 5 种最佳软件架构模式