-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问有没有要使用这个插件接入华为的防沉迷功能应该怎么做? #464
Comments
Thank you for reporting this issue/advice. |
In our plugin, we have Game Service:6.2.0.301. And in the SDK we have the related parts. But we don't have an example of how to use it. In our roadmap, we are planning to update the Game Service to the latest version. With this update, we can create a demo for it. For now, you can refer to Game Trial to integrate the feature. |
这个更新大概什么时候能完成呢?我们项目目前需要用到这个功能 |
We plan to update by the end of February. |
防沉迷相关的方法是在插件里面已经有了是吗?我是可以自己根据(Game Trial)实现的对吗? |
好的,我试试先,感谢 |
请问2.3.5对应华为的SDK是哪个版本,我按照官网的教程做了(playersClient.GetGamePlayer(true);),但是没办法弹出实名认证的窗口。 |
这个是游戏试玩方法,已经被废弃了,而且它好像是试玩时间结束才会回调这两个方法。我需要的是当用户登录时,如果没有经过实名认证,就要弹出实名认证的窗口这个功能。该功能是否在当前插件版本是不支持的?目前2.3.5对应的是HUAWEISDK的V6.2.0.301版本吗? |
I will test and try to find a quick solution for you. |
ok, thx |
请问我在插件里面没找到这个方法(ResourceLoaderUtil.setmContext(this); // Set the game addiction prevention message context, which is mandatory.),是存在的吗?我看教程里面有说这个方法必须加 |
Yes, there is no ResourceLoaderUtil. According to my tests, a few parts in SDK should be changed. Uploading GameServices to the latest version is a high priority for us. |
Hello, we have released the new version. |
Thank you for using our repository! We're glad we could help solve your issue. If you found our repository helpful, please consider giving us a star ⭐ on GitHub: https://github.com/EvilMindDevs/hms-unity-plugin Your support helps us continue to improve our repository and provide valuable resources for others. |
找了一下好像没有相关的方法,没有搜到与防沉迷相关的方法名之类的
The text was updated successfully, but these errors were encountered: