当前位置:网站首页>Unity skframework framework (XX), VFX lab special effects library
Unity skframework framework (XX), VFX lab special effects library
2022-07-02 13:07:00 【CoderZ1010】
Catalog
Preface
Just entered a new company , Adapting to the new environment , I haven't had much time to organize frameworks and blog recently , Just have time today VFX Lab Released . At present, there is only one special effect in it , Later, I will slowly add .

Those who are interested come first github Update the latest version of the framework , Address :
https://github.com/136512892/SKFramework

brief introduction
VFX Lab Used to store all kinds of special effects , It will explain the development environment of special effects , for example Unity Version information for 、 The rendering pipeline and version information used 、 Have you used ShaderGraph、Visual Effect Graph perhaps Particle System wait , It can be used according to the specific situation .
Instructions
1. menu
adopt SKFramework/VFX Lab open windows .

2. grouping
The default grouping is All, Represents all special effects , Next is the specific special effects grouping .

3.Sort Sort

There are four ways to sort :
1.Name ↓: The contents of the list are arranged in the order of names ;
2.Name ↑: The contents of the list are arranged in reverse order by name ;
3.Released Date ↓: The contents of the list are arranged according to the release date ;
4.Released Date ↑: The contents of the list are arranged in reverse order according to the release date .
4.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 Determine whether the name contains the retrieved content
if (!string.IsNullOrEmpty(searchContent) && !vfx.name.ToLower().Contains(searchContent.ToLower())) continue;5.Help help

Clicking this button will start the browser , Jump to the blog link , View instructions .
6.Detail details

When any item in the list is selected , The right window shows the details of the corresponding special effects , From top to bottom is the name of the special effect 、 author 、 Release date 、 Effect preview link , If the special effect has relevant instructions , There will be Documentation Button , Click the jump document link , Next is the development environment information of special effects 、 Description of special effects .

7.Last Update The last update
![]()
LastUpdate Indicates the last update date , Click the update button on the right , Will initiate a network request , Get the latest special effects library information and cache it locally .
8.Import Import

Click on Import Will initiate a network request , Download and import the special effect resource package .
边栏推荐
- 获取文件版权信息
- Unity SKFramework框架(十六)、Package Manager 开发工具包管理器
- Get started REPORT | today, talk about the microservice architecture currently used by Tencent
- Js2day (also i++ and ++i, if statements, ternary operators, switch, while statements, for loop statements)
- Unity SKFramework框架(十三)、Question 问题模块
- . Net wechat message template push
- 面渣逆袭:MySQL六十六问,两万字+五十图详解!有点六
- Js1day (input / output syntax, data type, data type conversion, VaR and let differences)
- JSON serialization and parsing
- Obtain file copyright information
猜你喜欢

Unity SKFramework框架(二十一)、Texture Filter 贴图资源筛选工具

Unity SKFramework框架(十二)、Score 计分模块

Efficiency comparison between ArrayList and LinkedList

Unity SKFramework框架(十七)、FreeCameraController 上帝视角/自由视角相机控制脚本

腾讯三面:进程写文件过程中,进程崩溃了,文件数据会丢吗?

Package management tools

阿里初面被两道编程题给干掉,再次内推终上岸(已拿电子offer)

(6) Web security | penetration test | network security encryption and decryption ciphertext related features, with super encryption and decryption software

Unity SKFramework框架(十六)、Package Manager 开发工具包管理器

国产免费数据仓库ETL调度自动化运维专家—TASKCTL
随机推荐
Some sudden program ideas (modular processing)
[opencv learning] [image histogram and equalization]
Should I have a separate interface assembly- Should I have a separate assembly for interfaces?
Hash table acwing 840 Simulated hash table
Window10 upgrade encountered a big hole error code: 0xc000000e perfect solution
获取文件版权信息
难忘阿里,4面技术5面HR附加笔试面,走的真艰难真心酸
8A Synchronous Step-Down regulator tps568230rjer_ Specification information
Js1day (syntaxe d'entrée / sortie, type de données, conversion de type de données, Var et let différenciés)
JS8day(滚动事件(scroll家族),offset家族,client家族,轮播图案例(待做))
[opencv learning] [common image convolution kernel]
Do you know all the interface test interview questions?
Day4 operator, self increasing, self decreasing, logical operator, bit operation, binary conversion decimal, ternary operator, package mechanism, document comment
Rust language document Lite (Part 1) - cargo, output, basic syntax, data type, ownership, structure, enumeration and pattern matching
PXE installation UOS prompt NFS over TCP not available from 10 x.x.x
JS6day(DOM结点的查找、增加、删除。实例化时间,时间戳,时间戳的案例,重绘和回流)
moon
NTMFS4C05NT1G N-CH 30V 11.9A MOS管,PDF
Efficiency comparison between ArrayList and LinkedList
Interesting interview questions