Welcome,
Guest
. Please
login
or
register
.
April 22, 2026, 09:21:17 AM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Implementing separate UIs for Android and iOS
« previous
next »
Print
Pages: [
1
]
Author
Topic: Implementing separate UIs for Android and iOS (Read 2133 times)
calledupon
Guest
Implementing separate UIs for Android and iOS
«
on:
December 18, 2012, 09:32:27 AM »
Hi,
Is it possible to create separate UIs for Android and iOS, but using only one Unity project. What I mean is that I would like to have buttons, etc. that look different on the two platforms. I would also like to avoid doing runtime checks to find out the platform I'm running on, as I believe this is bad practice. Please let me know otherwise
Thanks
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: Implementing separate UIs for Android and iOS
«
Reply #1 on:
December 18, 2012, 12:39:13 PM »
If you want your UI to look different then you need different UI layouts / prefabs, so the check to determine what platform it is and enabling / using the correct UI is unavoidable.
Logged
calledupon
Guest
Re: Implementing separate UIs for Android and iOS
«
Reply #2 on:
December 20, 2012, 05:33:42 AM »
Thanks!
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Implementing separate UIs for Android and iOS