码迷,mamicode.com
首页 >  
搜索关键字:unity protobuf    ( 8599个结果
Centos7.9 部署 Zabbix5.2.2,数据库mysql8.0
环境准备:系统镜像:CentOS-7-x86_64-DVD-2009.isoZabbix源码包:zabbix-5.2.2.tar.gz官方网址:https://www.zabbix.com/cn/download_sources直接使用迅雷下载:http://192.168.1.9/zabbix-5.2.2.tar.gz?fid=8SzoZHHht0OP1q5RQkkdo87-RQtNSS0BAA
分类:数据库   时间:2020-12-25 12:38:17    阅读次数:0
idea安装protobuf插件并生成对应的java文件
搜了很多,然并卵。互相copy居多,试错好几次。 直奔主题,springboot项目。 在idea增加插件。 在pom增加依赖: <!--protobuf相关--> <dependency> <groupId>com.google.protobuf</groupId> <artifactId>pro ...
分类:编程语言   时间:2020-12-14 13:19:29    阅读次数:4
游戏服务器设计 Unity3d + photon + grpc + nodejs + postgis/postgresql
unity3d + photon + grpc + nodejs + postgis/postgresql 游戏服务器设计 游戏类型:MMORPG 如果想使用grpc替换photon完成通信(长链接替换成短连接),可参考此博客: Unity + Grpc + protobuf + C# 使用流程详解 ...
分类:数据库   时间:2020-12-07 12:31:14    阅读次数:10
Unity 自定义日志保存
前言 之前unity5.x在代码中写了debug.log..等等,打包之后在当前程序文件夹下会有个对应的"outlog.txt",2017之后这个文件被移到C盘用户Appdata/LocalLow/公司名 文件夹下面。觉得不方便就自己写了个 代码 using UnityEngine; using S ...
分类:编程语言   时间:2020-12-07 12:28:38    阅读次数:5
Game
独立精神 https://indienova.com/ Unity Asset Store https://assetstore.unity.com/ CraftPix https://craftpix.net/ Game Art Partners https://gameartpartners.c ...
分类:其他好文   时间:2020-12-03 12:20:54    阅读次数:4
Unity之Navigation初步实践
一:先建一个新的scene,布置一下场景如下,二:准备烘培场景1??,将需要参与导航的GO,设置成navigationstatic,有2种方法1,选中GO,在Inspector中选择navigationstatic,如下:2,“Window”->“AI”->“Navigation”打开Navigation导航面板,也可以设置“navigationstatic”,如下:2??,开始烘焙1
分类:编程语言   时间:2020-12-03 12:01:39    阅读次数:5
利用A* Pathfinding项目在unity中实现自动寻路
A* Pathfinding 项目地址: https://arongranberg.com/astar/ 学习视频:Unity 2D AI自动寻路功能 [风农译制]_哔哩哔哩 (゜-゜)つロ 干杯~-bilibili 素材地址:2D Beginner: Tutorial Resources | 资源 ...
分类:编程语言   时间:2020-11-30 16:07:30    阅读次数:11
linux初学
一、Linux发行版本slackware:SUSELinuxEnterpriseServer(SLES),OpenSuse桌面debian:ubuntu,deepin(深度),mintredhat:RHEL:RedHatEnterpriseLinux,每18个月发行一个新版本CentOS:CommunityEnterpriseOperatingSystem兼容RHEL的格式中标麒麟:中标软件Fed
分类:系统相关   时间:2020-11-27 11:02:09    阅读次数:11
grpc.v2
前述 golang grpc的API有2个版本: v1: github.com/golang/protobuf(proto + grpc) github.com/grpc/grpc-go(grpc stup) v2: google.golang.org/protobuf(proto) ? https ...
分类:其他好文   时间:2020-11-26 15:13:52    阅读次数:5
unity错误android minimum api level must be set to 23 or higher for the oculus xr plugin
Unity 版本: 2019.4.15f1 解决方法: File > Build Settings > Player Settings > Player > Minimum API Level 将其设为23 ...
分类:移动开发   时间:2020-11-26 14:48:40    阅读次数:13
8599条   上一页 1 ... 8 9 10 11 12 ... 860 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!