logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

unity 商业游戏底层资源管理加载框架——个人学习记录(3)

xml序列化也就是将一个类序列化本地数据,例如以下类:using System.Collections.Generic;using System.Xml.Serialization;[System.Serializable]public class TestSerilize{/*属性百度查找各种用法说明*/[XmlAttribute("ID")]...

#unity
unity关于横屏游戏内适配--个人学习记录

    public Camera Camera;    float desginWidth = 1920f;    float desginHeigth = 1080f;    float desginOrthographicSize = 5.4f;    private void Update()    {        float desginScal = desginWid...

#ipad
使用git Daemon搭建本地服务进行代码更新

在文件夹repo中执行git init新建git仓库在 repo目录下执行git config --local receive.denyCurrentBranch updateInstead执行git config --global sendpack.sideband false在repo的上级目录中执行git daemon --reuseaddr --base-path=. --export-a

#git
unity 实现离线语音转文字-FunASR与Whisper

unity 实现离线语音转文字-FunASR与Whisper

文章图片
#unity
unity 实现离线语音转文字-FunASR与Whisper

unity 实现离线语音转文字-FunASR与Whisper

文章图片
#unity
到底了