Everything works fine in the editor, but when I build the game, none of the objects are rendered, and only the skybox and UI text is visible. But although they aren't appearing, they are working as normally (i.e. these objects' triggers work normally when the determined event occurs, like colliding to a specified object, for example, or in other words, they are invisible).
I searched for this issue but didn't found any answer. Could it be my cheap computer's fault (Intel Celeron without an external graphics card)?
In editor game mode:
In buit game:
I ran both the editor and the built game in the same quality, and also tried to run it in Fastest quality, but no, it made no difference in the built game.
Also, there is no object tagged with "Editor only", only one have a custom tag and all the others are "Untagged". And the camera's culling mask is set to "Everything".
This happens on any build type (i.e the same result either for web, Windows, etc.).