Unity安卓端重启游戏

关掉游戏,然后再重新启动。不是重新加载入口场景

public void RestartAndroid()
{
if (Application.isEditor) return;

using (var unityPlayer = new AndroidJavaClass("com.unity3d.player.UnityPlayer"))
{
const int kIntent_FLAG_ACTIVITY_CLEAR_TASK = 0x00008000;
const int kIntent_FLAG_ACTIVITY_NEW_TASK = 0x10000000;

var currentActivity = unityPlayer.GetStatic("currentActivity");

Unity安卓端重启游戏最先出现在Python成神之路

版权声明:
作者:感冒的梵高
链接:https://www.techfm.club/p/20098.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>