Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateWithUnityLogo(float)

Creates a new Splash Screen logo with the provided duration and the unity logo.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public static PlayerSettings.SplashScreenLogo CreateWithUnityLogo(float duration)

Parameters

duration

The total time in seconds that the logo will be shown. Note minimum time is 2 seconds.

Returns

Type

Description

SplashScreenLogoThe new logo.