art_lxj
2018-10-31 e5485772d3d2a22375065674dfd589ac11df5a02
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//**********************************************
//            Sorting View
// Copyright © 2014 - Free Compass Studio
// Email: freecompassstudio@gmail.com
//**********************************************
 
     Thank You For Your Purchase !!!!!!
 
//**********************************************
//             Notice
//**********************************************
 
1. The main function of this plugin is easy for you to manage unity sprite render sorting system.
 
2. You can use shuriken particle renderer, line renderer, trail renderer and any other renderer of which the render queue is "Transparent" or 3000. You can set the render queue in shader or material(debug mode).
 
3. You can enable or disable the renderers by click the toggles on the right column.
 
4. You can change the sorting order on the left column by dragging or number editing.
 
5. You can change the sorting layer on the middle column by drag-and-drop.
 
6. Please notice the yellow warn icon. When renderers are in the same sorting layer and the same sorting order, the render order within them will be unpredictable.
 
//**********************************************
//           Change List
//**********************************************
 
//----------------------------------------------
Version 1.0
 
1.Initial version.
//-----------------------------------------------