当前位置:网站首页>Share a professional TA's "Shader Reference"
Share a professional TA's "Shader Reference"
2022-08-10 06:14:00 【Youmeng Maker】
This website is a website where you can check Shader related documents online. The more you use it, the more you like it. The features are as follows:
More focused than the official Unity documentation
The document opens quickly (compared to the official document's turtle speed)
Clear directory, support search
Xishanju continues to maintain and support open PR updates
Portal: Unity Xiaobai's TA Road-Shader Development|Graphics Rendering Pipeline|URP|Performance Optimization|Graphics Rendering|PostProcessing
Scenario 1: I want to upgrade the Shader to URP, what should I do?
Find the upgrade guide, select "Structure", there is a detailed guide
Scenario 2: An error is reported during the upgrade of the URP Shader. How to solve it?
Enter the keyword of the error report in the search box, select the corresponding article, and you can find the specific upgrade operation method
Usage scenario 3: ShaderLab basic syntax will be written, which properties, data types, matrices, and functions provided by Unity can’t be remembered, so I can’t remember them:
Looking for something you can't remember in the concise manual (if you don't know what to look for, how to find it, and how to start writing Shader, it's not a problem of documentation, but you need to learn it systematically~)
Usage scenario 4: There are some cg/hlsl functions that I don't know what the specific usage means, and the official functions of Unity are not provided. How to check?
Find the HLSL function reference, the browser searches for keywords (for example: tex2D), you can quickly find the function you want to search, and click further to search for specific usage definitions
How about it, is it convenient?If you feel good, remember to like and share with us, and share good things with more students in need~
Portal: Unity Xiaobai's TA Road-Shader Development|Graphics Rendering Pipeline|URP|Performance Optimization|Graphics Rendering|PostProcessing
边栏推荐
猜你喜欢
随机推荐
ASP.Net利用代码点击相应按钮来关闭当前的页面(亲测有效)
抛光树脂应用
STM32F407ZG 串口通信+固定帧头帧尾传输数据帧
Flutter的生命周期
Unity热更新哪些事
51单片机BH1750智能补光灯台灯光强光照恒流源LED控制系统
unity3d著名项目-Dark Tree翻译
优化Mysql运行OrderBy性能
Gradle学习(二)Groovy
AR Foundation Editor Remote插件使用方法
碳酸锂、碳酸氢锂溶液除钙镁离子工艺原理
在Unity中利用代码动态更改场景中的天空盒
21天学习挑战赛--图像物体的边界
动态规划、背包问题 6/24 106-110
为什么游戏需要热更新?
【简易笔记】PyTorch官方教程简易笔记 EP3
详解 Hough 变换(下)圆形检测
剑指 Offer(第 2 版)7/4 1-4
酸阻滞树脂
在Unity中让主摄像机发射一条射线,判断射线在游戏场景中所碰撞的游戏物体名字和标签名称(亲测有效)