fairygui / FairyGUI-unity

A flexible UI framework for Unity
https://fairygui.com
MIT License
2.68k stars 636 forks source link

Fix rendering order error #230

Open Ailtop opened 2 months ago

Ailtop commented 2 months ago

If the previous element is a GoWrapper and the next element is an Image, it will cause their sortingOrder to be the same.