I have a case where I need to force an object to always be on top of other objects when I interact with it.
For example: If I have 10 objects, all with different sorting depths, and I click one of those objects, I want it to become the forward-most object.
I assume moving the object to the top of the list in the scene object list is the key but I'm unsure on how to go about that.
In my case, I am working from within an ObjectBehaviour in Ilios script.
Thanks!