上一页 1 2 3 4 5 6 ··· 29 下一页
摘要: Unity Shader参考入口 Vertex and fragment shader Shader "Unlit/NewUnlitShader" { Properties { _MainTex ("Texture", 2D) = "white" {} } SubShader { Tags { "R 阅读全文
posted @ 2024-10-24 10:30 opencoder 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 疲劳的时候做减法,而不是做加法;比如工作疲劳了,可以小睡会或者散个步,做哪些简单不需要用脑子,不会带有情绪触动的内容,不要刷手机看视频看剧 饿了就吃,渴了就喝,累了就休息,不要喝咖啡、红牛之类的来强撑和身体对抗 要集中注意力工作时就不要听音乐 若有那些大量简单重复工作,可以先考虑能否编写脚本程序来自 阅读全文
posted @ 2024-10-24 10:12 opencoder 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 方法1: 使用Application类下的CaptureScreenshot方法 void CaptureScreen() { Application.CaptureScreenshot("Screenshot.png", 0); } 这个方法,截取的是某一帧时整个游戏的画面,或者说是全屏截图。 不 阅读全文
posted @ 2024-10-21 15:32 opencoder 阅读(845) 评论(0) 推荐(0) 编辑
摘要: The .sbsasm file can be copied out of the SubstanceArchive. Export it raw and delete everything before "SBAM" in a hex editor. The only issue is the . 阅读全文
posted @ 2024-07-06 09:38 opencoder 阅读(34) 评论(0) 推荐(0) 编辑
摘要: chmod a+x ./MapFileParser.sh 操作如下: 阅读全文
posted @ 2024-05-25 15:50 opencoder 阅读(22) 评论(0) 推荐(0) 编辑
摘要: svn sudo nano /etc/apache2/mods-available/dav_svn.conf sudo systemctl restart apache2.service smb sudo nano /etc/samba/smb.conf sudo service smbd rest 阅读全文
posted @ 2024-05-06 11:23 opencoder 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Unity5 APIUpdater encountered some issues and was not able to finish. Ran the updater, then searched the editor log for "upgradable" or "UnityUpgradab 阅读全文
posted @ 2024-02-15 11:12 opencoder 阅读(14) 评论(0) 推荐(0) 编辑
摘要: // Upgrade NOTE: replaced '_Projector' with 'unity_Projector' // Upgrade NOTE: replaced '_ProjectorClip' with 'unity_ProjectorClip' Shader "Projector/ 阅读全文
posted @ 2023-12-31 11:00 opencoder 阅读(10) 评论(0) 推荐(0) 编辑
摘要: Shader "ZX/BaseVertFragmentShadow" { Properties { _DiffuseTexture ("Diffuse Texture", 2D) = "white" {} _DiffuseTint ( "Diffuse Tint", Color) = (1, 1, 阅读全文
posted @ 2023-12-31 10:57 opencoder 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 手机连接wifi后显示叹号:网络受限, 参考地址 , 开启飞行模式下,执行以下命令。 adb shell settings delete global captive_portal_https_url adb shell settings delete global captive_portal_h 阅读全文
posted @ 2023-12-31 10:52 opencoder 阅读(160) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 29 下一页
点击右上角即可分享
微信分享提示