老是访问官网搭建unity环境太麻烦了,自己记录一下,在国内看。
官网教程连接 Getting Started with Interaction SDK | Oculus Developers Adjust Camera Rig
Once you’ve completed the tutorial listed above, you can find Interaction SDK in Unit…
1.遇到的问题
too many open files是Linux系统中常见的错误,从字面意思上看就是说程序打开的文件数过多,不过这里的files不单是文件的意思,也包括打开的通讯链接(比如socket),正在监听的端口等等,所以有时候也可以叫做…