简体   繁体   English

Unity webgl html5自定义微软功能双视觉

[英]Unity webgl html5 custom microsoft power bi visual

I'm building a custom visual for power bi that needs to generate a 3D model. 我正在为需要生成3D模型的power bi构建自定义视觉效果。 I'm trying to integrate the Unity html5 web-gl player, but cannot figure out how to include external non-typeScript files when building with the visual with powerbi-cli. 我正在尝试集成Unity html5 web-gl播放器,但在使用带有powerbi-cli的视觉效果构建时无法弄清楚如何包含外部非typeScript文件。 Is it possible to run javascript files in power bi? 是否有可能在power bi中运行javascript文件?

Yes, you can add JavaScript libraries of your choice to Power BI. 是的,您可以将自己选择的JavaScript库添加到Power BI中。

You just need to copy the files into the custom visual project and add the reference to your tsconfig.json file under "files" . 您只需将文件复制到自定义可视项目中,并在"files"下添加对tsconfig.json文件的引用。

Details: Adding External Libraries 详细信息: 添加外部库

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

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