How can i make this type of gallery and shop for my car racing game??
Do you know how to script unity gui? If not the Gui tutorial in the scripting reference is pretty basic.
Wat abt ur views abt using NGUI for this?? is it easy to create with NGUI??
How to create Scrolling Menu…? If U can Elaborate it might help me
Mansoor i think NGUI controls scrolling as well…![]()
@Jawad - I’m sure something like that can be created with NGUI, cause I hear good things about it, but all system’s come with some learning curve. Unity Gui is very easy to learn you just have to play with the examples in the scripting reference to get use to it. The hardest part of creating something nice looking like the examples above is the art work. If you can create nice textures like that placing them and even scrolling them can be achieved with just a good day of playing with it. I ofc don’t know how well you script. You may be way better than me for all I know - lol.
@m.Ahmed - Check out the GUI.scrollView construct and examples in the doc’s. I for one like to place everything in a window opposed to GUI layout. Scroll View is similar to layout where everything inside it scrolls.
Tip - GUI code can bloat up pretty quick and get complex fast so its good to call function from it instead of trying to execute code from right there inside GUI buttons. Keeping it compact and neat makes it easy to copy repetitive sections. Make use of GUI skins and styles as it is very important to integrate that into the gui elements for that custom look without having to write color and alpha changes in the code.
![]()

