开发者

(How) Does Unity3D perform sand-boxing and security?

开发者 https://www.devze.com 2023-03-11 03:41 出处:网络
Unity3D lets you write scripts in C# which are (IIRC) run through the mono framework on PCs with the Unity player installed.

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开发者_JAVA百科 report data back to a server about you and your PC?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消