sinai-dev / UnityExplorer

An in-game UI for exploring, debugging and modifying IL2CPP and Mono Unity games.
GNU General Public License v3.0
2.36k stars 363 forks source link

[Bug]: UI is under a different ui. #128

Closed Atmudia closed 2 years ago

Atmudia commented 2 years ago

Are you on the latest version of UnityExplorer?

Which release are you using?

Standalone Mono

Which game did this occur on?

Slime Rancher v.1.4.4 Unity Version: 2019.4.29f1

Describe the issue.

UI is under a different ui. image

Relevant log output

No response

sinai-dev commented 2 years ago

Thanks, not exactly sure why this was happening but increasing the sortingOrder to a much higher value seems to have fixed it.

Atmudia commented 2 years ago

Thanks