Hi guys,
in my project I have several meshes in a scene. Now I want to implement a “detailed view” click function:
If I click a mesh, a new canvas should open (under my main canvas) and show only my clicked mesh without the rest of the scene. It should be possible to open several of this “detailed views”.
I found some information about multiple canvas with one engine, but that documentation wasnt enough for me. So do you have some tipps or maybe an appropriate playground?