原贴: SRP Batcher not working on Android for custom shader with URP 题主stephero问道: 自己写了一个最简单的着色器, Shader "Hidden/SimpleSRPTest" { Properties { } SubShade ...
分类:
移动开发 时间:
2020-07-09 09:16:22
阅读次数:
87
视频: 需要安装:gl-transitions、regl-transitio、regl、gl-shader import GLTransitions from 'gl-transitions'; import createREGLTransition from 'regl-transition'; ...
分类:
其他好文 时间:
2020-07-09 01:12:32
阅读次数:
93
废话不多说,直接上代码 —— 将下面的代码赋给所需要控制的物体上即可。 using System.Collections; using System.Collections.Generic; using UnityEngine; public class MouseControlModel : Mo ...
分类:
编程语言 时间:
2020-07-07 17:35:12
阅读次数:
67
根据UnityBlog的介绍,Crunch压缩能实现更高的压缩率和更少的压缩时间。 ...
分类:
编程语言 时间:
2020-07-06 20:16:01
阅读次数:
122
实现置灰非常简单,只要用原来颜色的rgb分量按照不同的权重加起来,就可以得到一个灰度值,这个灰度值就是新的颜色的rgb分量。 Shader "WS/Gray" { Properties { _MainTex ("Texture", 2D) = "white" {} } SubShader { Tag ...
分类:
编程语言 时间:
2020-07-06 11:03:46
阅读次数:
87
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!https://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=902 1.下载MySQL 我用的是5.7.24打开下载链接:https://dev.m ...
分类:
数据库 时间:
2020-07-03 23:31:40
阅读次数:
69
public void RefreshContentSizeFitter() { ContentSizeFitter[] csfs = itemRoot.GetComponentsInChildren<ContentSizeFitter>(); foreach (var item in csfs) ...
分类:
编程语言 时间:
2020-07-03 19:11:40
阅读次数:
117
网页嵌入插件最好的应该就是ZFBrowser了, 可是使用起来也是问题多多, 现在最要命的是网页输入不能打中文, 作者也没打算接入IME, 只能自己想办法了... 搞了半天只想到一个办法, 就是通过Unity的IME去触发中文输入, 然后传入网页, 也就是说做一个透明的 InputField 盖住网 ...
分类:
数据库 时间:
2020-07-03 17:53:18
阅读次数:
315
1官网下载: https://www.mongodb.com/download-center/community 2上传至目录 /opt/mongoDb 下 3解压 tar zxvf mongodb-linux-x86_64-4.0.5.tgz 4添加配置文件 vim /opt/mongoDB/mo ...
分类:
数据库 时间:
2020-07-03 15:45:40
阅读次数:
56
https://blog.csdn.net/liu_if_else/article/details/73604356 ...
分类:
编程语言 时间:
2020-07-02 18:11:46
阅读次数:
113