纳金网
标题:
检测你的数据文件是否被移动到其他的服务器
[打印本页]
作者:
王者再临
时间:
2015-2-26 13:29
标题:
检测你的数据文件是否被移动到其他的服务器
检测你的数据文件是否被移动到其他的服务器
// This detects if your data files were moved to another server
// 检测你的数据文件是否被移动到其他的服务器
// or are being linked to from somewhere else.
// 或是被链接到其他地方
function Start () {
var isPirated : boolean = false;
if (Application.isWebPlayer) {
if (Application.srcValue != “game.unity3d”)
isPirated = true;
if (String.Compare (Application.absoluteURL,“http://www.website.com/Game/game.unity3d”, true) != 0)
isPirated = true;
if (isPirated)
print(“Pirated web player”);
}
}
复制代码
欢迎光临 纳金网 (http://go.narkii.com/club/)
Powered by Discuz! X2.5