Probably a few ways to skin this one. Here's a thought or two...
You can put a scroll view inside a scroll view?
Outer one would be up / down (vertical).
So the inner one would be just a left / right (horizontal) for each bookshelf?
You'll need a bit of scripting to manage the books in / out (and limits) of the shelf.
The shelf board can be an image in between the horizontal scroll views.
Take a look at vertical layout component for the outer scroll view as well. Might help you with dynamically adding a shelf (horizontal scroll view) and shelf board prefab as an when needed (more and more books).
Remember also, as well as the hierarchy of game objects you can tweak the "z" position of an image to get it to appear in front / behind others.
↧