(如何)Unity3D 是否执行沙箱和安全?

发布于 2024-11-13 17:25:18 字数 135 浏览 2 评论 0原文

Unity3D 允许您用 C# 编写脚本,这些脚本 (IIRC) 通过安装了 Unity 播放器的 PC 上的 mono 框架运行。 Unity3D 沙箱如何(我认为他们必须这样做)来防止恶意站点尝试删除您的文件或将有关您和您的 PC 的数据报告回服务器?

Unity3D lets you write scripts in C# which are (IIRC) run through the mono framework on PCs with the Unity player installed.
How does Unity3D sand-box this - I assume they must do - to prevent a malicious site trying to delete your files or report data back to a server about you and your PC?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不回头走下去 2024-11-20 17:25:18

Unity Player 运行它自己的 Mono 运行时版本,不包括文件系统访问。

每个受支持的平台都有可用的 Mono/.Net 类的大量 (10MB) 列表。

http://unity3d.com/support/documentation/ScriptReference/MonoCompatibility.html

The Unity Player runs it's own version of the Mono runtime that doesn't include file system access.

There's a massive (10MB) list of what Mono/.Net classes are available for each supported platform.

http://unity3d.com/support/documentation/ScriptReference/MonoCompatibility.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文