- 博客(6)
- 资源 (5)
- 收藏
- 关注
转载 Unity3D天气系统插件UniStorm3.0插件使用说明
该资源可以在Assets Store中搜索并下载,也可以评论我会发给你,该插件功能十分强大,内置25种天气类型,并包含音效,完全可以满足我们模拟天气的需求
2022-03-01 15:06:43
2049
1
原创 unity查询快递物流信息
这里用到的是快递100。 1,先从快递100官网申请个账号,有基础版和企业版,基础版有限制,可查询100单/天,企业版收费。根据需求自己选择吧。 官网链接:https://api.kuaidi100.com 2,申请完毕,得到授权KEY。 3,官网API:http://www.kuaidi100.com/openapi/api_post.shtml 4,API示例代码: 5,仔细看官网示例代码,将代码复制出来,放入Unity。 官网代码: string url = “http://poll.kuaidi
2020-06-11 09:38:40
255
原创 画线的简单应用
LineRenderer画线的简单应用 ```csharp using System.Collections; using System.Collections.Generic; using UnityEngine; public class Mspaint : MonoBehaviour { private Color paintColor = Color.red; private float paintSize = 0.1f; private LineRenderer currentLine
2020-05-22 19:15:24
198
原创 鱼群的简单游动
using System.Collections; using System.Collections.Generic; using UnityEngine; 这是用来控制鱼群的脚本 public class ZoomCtrl : MonoBehaviour { //鱼的数组` public fishctrl[] fishes; public int SpeedCount = 0; void Sta...
2019-12-30 17:14:10
308
原创 untiy串口通信
标题 unity串口通信 前一段时间公司要求做unity串口通信,于是自己自学了下串口通信的东西,很简单 在这里插入代码片 ```using System; using System.Collections; using System.Collections.Generic; using System.IO.Ports; using System.Text; using System.Thread...
2019-10-15 17:20:12
118
unity物体高亮插件
2023-07-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人