- Home /
This question was
closed Sep 05, 2020 at 06:50 PM by
SaidRH2020 for the following reason:
Other
Question by
SaidRH2020 · Jul 13, 2020 at 08:57 PM ·
colorbackgroundcolor changesplash-screen
Changing Splash Screen background Color with script?HELLLLP
HI, i was wondering if i can change Splash Screen background Color with script ?
Comment
You can change the color by script with the PlayerSettings.SplashScreen.backgroundColor
only in the editor.
https://docs.unity3d.com/ScriptReference/PlayerSettings.SplashScreen-backgroundColor.html
What are you trying to do exactly?
Hi thanks for commenting how can i change it in android? is it possible?!
Sorry for late response, I completely forgot.
I don't know if it's possible.
What are you trying to do exactly?
Answer by sachinchetu · Jul 20, 2020 at 11:33 AM
Hi, you can use this code:
UnityEditor .PlayerSettings.SplashScreen.backgroundColor = Color.red;