Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


PlayerSettings.SplashScreen.AnimationMode

The type of animation applied during the Splash Screen.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor.CoreModule
public enum PlayerSettings.SplashScreen.AnimationMode

Fields

Value

Description

CustomAnimates the Splash Screen using custom values from PlayerSettings.SplashScreen.animationBackgroundZoom and PlayerSettings.SplashScreen.animationLogoZoom.
DollyAnimates the Splash Screen with a simulated dolly effect.
StaticNo animation is applied to the Splash Screen logo or background.