赞
踩
https://github.com/psygames/UnitySkipSplash
[RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.BeforeSplashScreen)]
static void stopSplashScreen()
{
System.Threading.Tasks.Task.Run(AsyncSkip);
}
private static void AsyncSkip()
{
SplashScreen.Stop(SplashScreen.StopBehavior.StopImmediate);
}
确实有效 给作者点赞了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。