简体   繁体   English

不能用hololens录制动画

[英]can't Record animation with hololens

I'm trying to build hololens application with unity. 我正在尝试统一构建hololens应用程序。 i get an error about the UnityEditor namespace. 我收到有关UnityEditor名称空间的错误。 is it possible to compile the unity editor to hololens? 是否可以将统一编辑器编译为hololens? if not, what can i do to record animation with hololens? 如果没有,我该如何用Hololens录制动画?

From Microsoft's site on how to do Mixed reality capture: 从Microsoft网站上了解如何进行混合现实捕获:

https://docs.microsoft.com/en-us/windows/mixed-reality/mixed-reality-capture https://docs.microsoft.com/en-us/windows/mixed-reality/mixed-reality-capture

No, the UnityEditor namespace is for the editor only, and can't be packaged into any apps. 不可以,UnityEditor名称空间仅用于编辑器,不能打包到任何应用程序中。 Any functionality you want from that namespace you'll have to find elsewhere, although if you think there's stuff you need from it, it suggests there are design problems - it shouldn't be needed. 您想要从该名称空间获得的任何功能都必须在其他位置找到,尽管如果您认为需要它的东西,则表明存在设计问题-不需要。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM