Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Feedback Missing Properties For Player Settings

Discussion in '2021.2 Beta' started by MousePods, Jul 16, 2021.

  1. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    811
    Hi,

    I am trying to set: iPhone Launch Screen background and fill percentage from script. However, I can only set the portrait and landscape textures.

    https://docs.unity3d.com/ScriptReference/PlayerSettings.iOS.html

    Am I missing something or is this a feature that needs to be added? If its a feature that needs to be added, can I make a request for it to be added in 2021.2 beta?
    Screen Shot 2021-07-16 at 3.12.13 PM.png

    EDIT: It is also missing the option to set a custom storyboard from script.

    Thanks!
     
    Last edited: Jul 19, 2021
  2. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    811
    Is this the wrong forum to ask this in?
     
  3. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    811
    Ah, thanks!

    Yes, that can set the type, but I cannot change anything else such as background color/fill/settings storyboard files.
     
  4. MousePods

    MousePods

    Joined:
    Jul 19, 2012
    Posts:
    811
    Thanks for taking another look! I wish you were right, but that just sets the type :( It doesn't allow you to set any parameters in it.

    Code (CSharp):
    1. PlayerSettings.iOS.SetiPadLaunchScreenType(iOSLaunchScreenType.CustomStoryboard);
    Its the last piece of the puzzle I need to automate my build and have everything set correctly.