(如何)Unity3D 是否执行沙箱和安全?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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