摘要: 1.属性 Shader "Unlit/001" { //属性块 Properties { _Int("Int",Int) = 2 _Float("Float",float) = 1.5 _Range("Range",range(0.0,2.0))= 1.0 _Color("Color",Color) 阅读全文
posted @ 2023-09-27 21:18 LeslieLei 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Photon 1.0 Photon搭建 (2条消息) 【Unity3D】Photon环境搭建_photon框架_little_fat_sheep的博客-CSDN博客 2.0 连接云服务器 主要代码 :PhotonNetwork.ConnectUsingSettings(); using System 阅读全文
posted @ 2023-05-30 22:04 LeslieLei 阅读(121) 评论(0) 推荐(0) 编辑
摘要: # Excel表格和Unity ## 1.配置 下载EPPlus.dll 链接:https://pan.baidu.com/s/1l0FYTf8nATrPdEt6fXJ6Kg?pwd=1111 提取码:1111 将dll文件拖拽到**Assets/Plugins** **Assets**下新建文件夹 阅读全文
posted @ 2023-05-25 22:54 LeslieLei 阅读(145) 评论(0) 推荐(1) 编辑