当前位置:网站首页>Unity SKFramework框架(二十)、VFX Lab 特效库
Unity SKFramework框架(二十)、VFX Lab 特效库
2022-07-02 09:45:00 【CoderZ1010】
目录
前言
刚刚进入新公司,正在适应新环境,最近都没什么时间整理框架和写博客,今天恰好有时间就把VFX Lab发布了。目前里面就一个特效哈,后续会慢慢补充。

感兴趣的先到github更新最新版本框架,地址:
https://github.com/136512892/SKFramework

简介
VFX Lab用于存储各类特效,里面会说明特效的开发环境,例如Unity的版本信息、用到的渲染管线及版本信息、是否使用了ShaderGraph、Visual Effect Graph或者Particle System等等,可以根据具体情况使用。
使用说明
1.菜单
通过SKFramework/VFX Lab打开窗口。

2.分组
默认分组为All,表示所有的特效,往下是具体的特效分组。

3.Sort 排序

排序包含四种方式:
1.Name ↓:列表内容按照名称顺序排列;
2.Name ↑:列表内容按照名称倒序排列;
3.Released Date ↓:列表内容按照发布日期顺序排列;
4.Released Date ↑:列表内容按照发布日期倒序排列。
4.Search 检索

列表中的内容会根据检索栏中输入的内容进行过滤,不区分大小写,代码中全部降为小写处理。
//如果检索输入框内容不为空 判断名称是否包含检索的内容
if (!string.IsNullOrEmpty(searchContent) && !vfx.name.ToLower().Contains(searchContent.ToLower())) continue;5.Help 帮助

点击该按钮会启动浏览器,跳转该博客链接,查看使用说明。
6.Detail 详情

当选中列表中任意一项内容时,右侧窗口展示相应特效的详细情况,从上到下内容依次是特效的名称、作者、发布日期、效果预览链接,如果该特效有相关的使用说明,会有Documentation按钮,点击跳转文档链接,再往下是特效的开发环境信息、特效的说明。

7.Last Update 最后更新
![]()
LastUpdate表示最后一次的更新日期,点击右侧更新按钮,会发起网络请求,获取最新的特效库信息并缓存到本地。
8.Import 导入

点击Import会发起网络请求,下载并导入该特效资源包。
边栏推荐
- Js5day (event monitoring, function assignment to variables, callback function, environment object this, select all, invert selection cases, tab column cases)
- Visual studio efficient and practical extension tools and plug-ins
- Fully autonomous and controllable 3D cloud CAD: crowncad's convenient command search can quickly locate the specific location of the required command.
- [opencv learning] [image filtering]
- C modifier
- C operator
- Sensor adxl335bcpz-rl7 3-axis accelerometer complies with rohs/weee
- Js3day (array operation, JS bubble sort, function, debug window, scope and scope chain, anonymous function, object, Math object)
- Analog to digital converter (ADC) ade7913ariz is specially designed for three-phase energy metering applications
- 日本赌国运:Web3.0 ,反正也不是第一次失败了!
猜你喜欢

Unforgettable Ali, 4 skills, 5 hr additional written tests, it's really difficult and sad to walk

Linear DP acwing 897 Longest common subsequence

C operator
![JDBC 预防sql注入问题与解决方法[PreparedStatement]](/img/32/f71f5a31cdf710704267ff100b85d7.png)
JDBC 预防sql注入问题与解决方法[PreparedStatement]

Browser storage scheme

Redis bloom filter

C modifier
![Jerry's watch stops ringing [article]](/img/28/8a225b77b19360d2b0077a2b8c4b6d.jpg)
Jerry's watch stops ringing [article]

Counting class DP acwing 900 Integer partition

Efficiency comparison between ArrayList and LinkedList
随机推荐
Js3day (array operation, JS bubble sort, function, debug window, scope and scope chain, anonymous function, object, Math object)
js2day(又是i++和++i,if语句,三元运算符,switch、while语句,for循环语句)
Window10 upgrade encountered a big hole error code: 0xc000000e perfect solution
About the loading of layer web spring layer components, the position of the layer is centered
Js2day (also i++ and ++i, if statements, ternary operators, switch, while statements, for loop statements)
Ali was killed by two programming problems at the beginning, pushed inward again, and finally landed (he has taken an electronic offer)
Mui WebView down refresh pull-up load implementation
How to get the operating system running PHP- How to get the OS on which PHP is running?
Visual studio efficient and practical extension tools and plug-ins
国产免费数据仓库ETL调度自动化运维专家—TASKCTL
. Net wechat message template push
腾讯三面:进程写文件过程中,进程崩溃了,文件数据会丢吗?
Docsify deploy IIS
spfa AcWing 851. spfa求最短路
js3day(数组操作,js冒泡排序,函数,调试窗口,作用域及作用域链,匿名函数,对象,Math对象)
JDBC 预防sql注入问题与解决方法[PreparedStatement]
Package management tools
Analog to digital converter (ADC) ade7913ariz is specially designed for three-phase energy metering applications
Modular commonjs es module
[opencv learning] [image histogram and equalization]