UI Not Rendering on Build?

New to Unity, so bear with me.

It seems like my canvas is not rendering at all. I have created a Start Menu based on this tutorial, but when I build my scene, my button is there, but no text, and it is not clickable and does not move forward to my next scene. Any ideas why this might be happening?

All UI elements are working fine in Unity, just not once I build. :frowning:

Much appreciated.

FOUND A SOLUTION:

Glad to know it wasn’t my fault (well sort of), but it looks like all I needed to do was download the latest Unity Patch, and all seems to be working on Build the same way it’s working in the editor.