Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I followed the Getting Started tutorial, but it was such a disappointment. 😟

No matter what I do, it only renders a plain-coloured background, nothing else is rendered.

What might I be doing wrong?

I’m running WithThreeJS 0.6.2 on GDevelop 5.1.151, over Debian GNU/Linux bookworm/sid.

(+1)

Check the following points

  • Did you move the box so that it is visible to the camera?
  • Did you wait for the texture to finish loading?
  • Have you set the new "Opacity" property to a value greater than 0?

Hey PANDAKO! Thanks for your reply.

  1. I used “3D Camera” → “3D Camera Look At 3D Object” to point to my object ID.
  2. I used “Wait X seconds (experimental)” to wait for it.
  3. I don’t remember that… don’t think I saw it in the video. Probably the cause.

I’ll try again, paying attention to the opacity next time.

Thanks!!

(+1)

Yeah, it seems to be the cause indeed.

The result wasn’t the same as the tutorial (only a plain-green cube is shown), but at least something is rendered now.

Thank you very much for the tip!