本文介绍了无法使用Unity 5检测试用模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的游戏是在Unity 5上进行的,我无法检测它是否在试用模式下运行。

My game is made on Unity 5, and I cannot detect if it is running on trial mode.

我尝试了原生Unity  http://docs.unity3d .com / Documentation / ScriptReference / Windows.LicenseInformation-isOnAppTrial.html和Prime31替代  isInTrialMode()
但是两者总是向我返回false。

I tried the native Unity http://docs.unity3d.com/Documentation/ScriptReference/Windows.LicenseInformation-isOnAppTrial.html and the Prime31 alternative isInTrialMode() but both always return false to me.

即使我在试用模式下从Store下载我的游戏(用多个帐户测试) )。

Even after I download my game from Store on Trial Mode (tested with several accounts).

这里有人遇到同样的问题吗?

Anybody here faced the same problem?

http://apps.microsoft.com/windows/en-nz/app/queens-garden-a-relaxing/2109966f-88f2-465b-83e9-4b1253e8acac

http://apps.microsoft.com/windows/en-nz/app/queens-garden-a-relaxing/2109966f-88f2-465b-83e9-4b1253e8acac

如果有人可以请尝试,在试用模式下"立即解锁"按钮应该在主菜单上可见而不是"访问我们"按钮。按钮。

If anybody could please try it, in trial mode the "Unlock Now" button should be visible on main menu instead of the "Visit Us" button.

如果还可以在主菜单上随时按"右控制",它将显示当前的"isOnTrialMode()"按钮。结果。

If can also press 'Right Control' anytime on mainmenu and it will show the current "isOnTrialMode()" result.

推荐答案


这篇关于无法使用Unity 5检测试用模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 00:08