当前位置: 首页 > news >正文

UnityRenderStreaming使用记录(三)

测试UnityRenderStreaming在Ubuntu24.04.1LTS上的表现

  • 先放上运行图
    • 操作系统 Ubuntu24.04.1LTS
    • Unity测试工程
    • 环境相关修改
    • 遇到的问题

先放上运行图

在这里插入图片描述

操作系统 Ubuntu24.04.1LTS

  1. 系统下载地址 https://cn.ubuntu.com/download/desktop
  2. 安装UnityHub https://blog.csdn.net/AWNUXCVBN/article/details/126456365

Unity测试工程

  1. 工程地址 https://gitee.com/awnuxcvbn/UnityRenderStreaming

环境相关修改

  1. 改清华源 https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/
  2. sudo apt install nodejs
  3. sudo apt install npm
  4. npm改源 npm config set registry https://registry.npmmirror.com 查看当前源 npm config get registry

遇到的问题

  1. 打包出的程序运行黑屏、卡屏,日志路径 /home/xuefei/.config/unity3d/DefaultCompany/Unity/Player.log 日志中有 implib-gen: libX11.so: failed to load library: libX11.so: cannot open shared object file: No such file or directory sudo apt install libx11-dev解决
  2. 打开项目随机卡死的问题, 测试启动参数里加入-DisableDirectoryMonitor 没有效果,按照https://discussions.unity.com/t/linux-editor-stuck-on-loading-because-of-bee-backend-w-workaround/854480 解决
go to your unity editor folder, then in the Data folder
rename bee_backend to bee_backend_real
create a bee_backend file, make it executable
write the following in the newly created bee_backend file
#! /bin/bashargs=("$@")
for ((i=0; i<"${#args[@]}"; ++i))
docase ${args[i]} in--stdin-canary)unset args[i];break;;esac
done
${0}_real "${args[@]}"
  1. 启动webserver错误
    在这里插入图片描述
    sudo ./webserver 默认是80端口,如果80 端口被占用,就换一个比如sudo ./webserver -p 90
    或者 查看谁在占用干掉它
xuefei@xuefei:~/UnityRenderStreaming/WebApp$ sudo netstat -tulnp | grep 80
tcp6       6      0 :::80                   :::*                    LISTEN      94265/./webserver   
xuefei@xuefei:~/UnityRenderStreaming/WebApp$ sudo kill -9 94265

未完待续……
25.1.2没啥可续的了……


http://www.mrgr.cn/news/82257.html

相关文章:

  • 阿里云 ECS 服务器绑定多个公网IP
  • vue3+Echarts+ts实现甘特图
  • 前端,npm install安装依赖卡在sill idealTree buildDeps(设置淘宝依赖)
  • Spring Boot 3 构建统一的请求响应参数、异常处理、以及统一的异常状态码
  • 机器学习之逻辑回归算法、数据标准化处理及数据预测和数据的分类结果报告
  • 《机器学习》——数据标准化(0~1标准化,z标准化)
  • 细说STM32F407单片机轮询方式CAN通信
  • 矩阵运算提速——玩转opencv::Mat
  • 解析 SQL 中的 NULL 与比较操作:NULL 值与任何值的比较会返回 UNKNOWN
  • 期末速成C++【知识点汇总完】
  • Flutter:打包apk,详细图文介绍(一)
  • 【系统分析师】- 案例 -数据库特训
  • Redis(一)基本特点和常用全局命令
  • 免费开源跨平台SSH工具 WindTerm:媲美 xshell 的最佳平替(含详细使用教程)
  • Wend看源码-Java-Collections 工具集学习
  • blender中合并的模型,在threejs中显示多个mesh;blender多材质烘培成一个材质
  • 数据挖掘——决策树分类
  • ChatBI来啦!NBAI 正式上线 NL2SQL 功能
  • Linux postgresql-15部署文档
  • Flink operator实现自动扩缩容
  • AWVS安装使用教程
  • SpringCloud源码-openFeign
  • 关于无线AP信道调整的优化(锐捷)
  • Linux的源码在Windows下解压时提示文件名字相同(重名)的原因及解决办法
  • Promise实现原理解析,及实现方法。
  • rouyi(前后端分离版本)配置