I want to navigate through a book that has different sections, where ach section has a bookmark. I need to render the corresponding bookmark over the current page if you are in any page of that marked section. The rest of the bookmarks should be rendered below the current page, as you are not in any page of those sections. As you navigate through the different sections bookmarks will go from below to over to below.
All assets (pages and bookmarks) are Images in the same canvas.
Can I achieve this with UI Images and a single canvas or do I need to switch to render this through Sprites? Using different canvases here seems quite a messy option, but I might be missing something if that’s the best option.