- Home /
How to control ios statusbar with script?
How to control ios statusbar with script? I have tried PlayerSettings.iOS.statusBarStyle
and PlayerSettings.statusBarHidden
They just don't like me to use PlayerSettings. I need to build this on iOS and android, I cant use unityEditor class, and it doesn't work with iOS build as well.
Would anybody provide me a short example about this?
Thanks!!
This is usually something you want to do for good in Xcode settings. Did you check the Prime31 iOS plugins?
Did you manage to solve this? I am looking for an answer for this to :-/
So am I looking for an answer to these questions. Anyone?
Answer by Rubinhuang · Nov 01, 2019 at 09:37 AM
@karsnen I end up using a plugin in HuaYe1975's Github repo: https://github.com/HuaYe1975/UnityStatusBarForiOS Worked for my old app (2 YEARS AGO, pretty sure it should still working).
Your answer
Follow this Question
Related Questions
KopiLuaInterface crashing on iOS 0 Answers
ReplayKit can not include user commentary and camera footage while broadcasting 0 Answers
How to use method of other script of different unityPackage that i import? 1 Answer
How can i set transform.position on y ? And why i'm getting error cannot convert double to float ? 3 Answers
A technical issue,A Technical issue 0 Answers