- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 【Unity 报错 Can‘t add script component】
添加Unity Component 失败,弹窗报错无法添加脚本/组件(Can’t add script component, becausethe script dass cannot be found. Make sure that there are no compile errors and that the file name and classname match.)UNITY_EDITOR , 只能为 #if!UNITY_EDITOR 或者 #if UNITY_EDITOR。
2024-03-12 16:50:00 1076
原创 【踩坑】Unity Graphics.CopyTexture读取不可读法线贴图的颜色异常问题
而对于法线贴图,拿到的贴图是很奇怪的颜色(蓝紫色=》橙红色),即 r 增加, b 减少的奇怪现象。未开启读写的贴图,unity 不会生成cpu可见的数据副本,在不修改导入设置的前提下只能借助Graphics.CopyTexture或者Graphics.Blit (需要等待GPU绘制后再获取)来拿。所以,gpu的贴图数据其实是pack后的数据,那么解决方法就很简单了,对数据进行unpack即可。
2023-06-14 17:23:12 832
An introduction to artificial neural networks(人工神经网络简介)
2023-02-09
Unity Asset - 卡通原始森林(Stylized Jungle Pack.unitypackage)
2020-03-28
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人