![]() |
Liberi
An exergame built for kids with CP!
|
Automatically sorts sprites and particle effect on this object to render in a nice order. The local player's Avatar will always render on it's own sorting layer above others. Other avatars will have their sort order set to it's current value + their peer index * SPRITE_LAYER_MULT. More...
Inherits MonoBehaviour.
Automatically sorts sprites and particle effect on this object to render in a nice order. The local player's Avatar will always render on it's own sorting layer above others. Other avatars will have their sort order set to it's current value + their peer index * SPRITE_LAYER_MULT.
In effect, this will make other players sort based on how long they've been connected, but this is preferable to avatars sharing sorting layer and order and thus z-fighting or having undefined sort behaviour.
Definition at line 13 of file AutoSpriteSorting.cs.