摘要:
在 mac 上如何使用 xcode, swift 语言开发一个向 ftp 服务器上传文件的工具? 使用的是第三方库 Rebekka,下载地址为:https://github.com/Constantine-Fry/rebekka。下载完之后直接将所有的 swift 文件拷到项目中即可使用。 下面是我 阅读全文
摘要:
using System;using System.Collections;using UnityEngine;// This class just convert from CharacterMotor.js to C#[RequireComponent(typeof(CharacterContr... 阅读全文