Author Archive
Unity 使用Win32.RegistryKey的问题

在研究使用Microsoft.Speech.dll做语音命令词识别时,发现将该dll放到Unity工程中使用时 […]
Category: Unity技术交流
monado中的compositor

// placeholder for my recent investigation of monado co […]
Category: Monado OpenXR
Unity在il2cpp后端使用反射时的问题

日前在项目中需要查询UnityEvent中所有注册的listener的数量,包括Persistent list […]
Category: Unity技术交流
Windows下的软件包管理工具Chocolatey

From wiki: Chocolatey是一个Windows下的软件包管理器,让用户可以像在类Unix系统中 […]
Category: .NET技术
Android ConstraintLayout的使用方法

CSDN上这位网友的讲解比较清楚: https://blog.csdn.net/guolin_blog/art […]
Category: Android开发技术
Android上SharedPreference的操作步骤

1、得到SharedPreferences对象 2、调用SharedPreferences对象的edit()方 […]
Category: Android开发技术
Unity Editor无法与Rider连接问题修复

今天准备在Editor中调试项目时,总是报: Failed to connect: No connection […]
Category: Unity技术交流
Unity中Accessibility方面的讨论

Accessibility表示可用性,指的是对于一些残障人士,有生理缺陷的人,在使用App时需要考虑的地方。 […]
Category: Unity技术交流
Python安装TensorFlow时报错[Errno 2] No such file or directory: fix方法
![Python安装TensorFlow时报错[Errno 2] No such file or directory: fix方法](http://www.unitycn.cn/wp-content/themes/softpress/images/nothumb.png)
ERROR: Could not install packages due to an OSError: [E […]
Category: 前沿Frontier