hello everybody,
could someone explain me the right way to use a second view (the first one is the one that show the portion of map that i need) to show objects whose visibility is toggable?
i mean, i already handled the way i will have to call the visibility of the object (it will be a interaction menù that will be shown once i click on a tile), now i would like to use another view which contains the menù, so that it will be not "compressed" on the tiles, so that the tiles will continue their animation with no problem, and if i want to turn off the visibility of the menù, the map behind the menù will be shown with no problem.
so i am asking you how to create "levels" views, since i will have to create a gui too and i want it to be a anchored view
thanks everybody for your advices