How can I change 'Order in Layer'
Hello, I'm a beginner at unity. I downloaded 'Monster Prefab' from Asset Store and use it. However, the value of 'Order in Layer' in 'Sorting Group' is 200 and changes to -2 when playing. It works well, but I can't see it because of background. I gave the background as -3 to make it work, but I want to know how to fix it. what should I do?
Answer by HalilAlper · Apr 20 at 08:13 AM
That means there's some piece of code changing the sorting group. In Visual Studio while your project is open, press Ctrl + Shift + S and search for sortingOrder =
and sortingLayerName =
. This should show you the way. Remove or fix them.
Your answer
Follow this Question
Related Questions
Highscore not working 0 Answers
Instanciated objects can only be seen if they were instanciated while looking to the left. 0 Answers
Unable to save the captured photo in hololens app. 0 Answers
Changing order in layers at runtime with a coroutine 0 Answers
Bullet prefab is only showing in the left side of the player,Wierd Problem In Unity 0 Answers