Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我对应用程序进行一些更改并重新编译时,等待 HoloLens 模拟器的操作系统启动可能会很烦人。有没有办法将新版本部署到已经运行的模拟器?
是的,只是不要关闭模拟器。您可以在 Visual Studio 中按下停止按钮,在 Unity 中进行更改并重新构建。您打开的项目应该检测到更改并要求您重新加载项目。点击 VS 中的 Play 按钮,您的新代码将重新部署到模拟器。