Problem with art on canvases

Hey, Unity and #MadeWithUnity and #IndieGameDev

I have problem with Unity…

It crashed and after the crash I can’t see any images at canvases :confused: What should I do to fix it?

No different from any other problem: debug it to find what’s wrong, fix the problem.

By debugging you can find out exactly what your program is doing so you can fix it.

Use the above techniques to get the information you need in order to reason about what the problem is.

You can also use Debug.Log(...); statements to find out if any of your code is even running. Don’t assume it is.

Once you understand what the problem is, you may begin to reason about a solution to the problem.

Remember with Unity the code is only a tiny fraction of the problem space. Everything asset- and scene- wise must also be set up correctly to match the associated code and its assumptions.

They are there. When I’m moving them I can see them. But the layers are wrong for some reason.