- Home /
Question by
developertoshin · Jul 08, 2020 at 12:52 PM ·
unity 5game developmentgame design
Should I do UI design first or Level Design
I am making a simple android game. But there is a confusion which I can't understand. The confusion is - I have made 3 levels by copied level one.
I have also made a normal main menu and pause menu. I am thinking to make more UI. But I need to make more levels also. So, What should I need to do at first?
Please suggest me.
Comment
Answer by TomatJuice · Jul 08, 2020 at 01:08 PM
If the UI is needed to make those levels work then UI first but, if the UI is just to make the game look better then it can come after your levels are made. But it's up to you.
Answer by ramanaufal · Jul 08, 2020 at 02:19 PM
make the UI as prefab, then instantiate them in each level on awake or start ^^