Hi,
I've been running into issues with selecting the correct sprite out of overlapping groups of sprites, especially since my sprite bounds are fairly large due to my process for aligning them, and layer/sorting layer locking isn't supported at this point. Any chance there's a way to switch sprite selection in the scene view to be based on the render mesh (or at least trimmed bounds) rather than the main sprite bounds?
If not, is there a recommended way to correctly select from occluded sprites (apart from the scene hierarchy)? Ideally it would be nice if objects were only selected if there's a non-zero alpha at the clicked location, or there were some sort of mechanism to cycle through overlapping sprites (i.e. alt click to select next object behind)