Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

did you add a new model? I have not run into this particular error before, but the comment non power of 2 tiled textures not supported is interesting and might be due to a specific model, texture, texture type being used, hmm. can you please let me know which  of the sample projects also causes the issue? in the meantime do you need help getting a previous version of the addon?

hi! i prepare two videos, first is from my project:  take look when red screen appears, when 3d object is visible on screen

second video is  downloaded from your examples, only few cause error (set time scale of video to 2x

I hope this help you, maybe older versions maybe help solve problem, can you add to download few previous versions? i will check them and let you know. Kind regards!

Thanks for all of this I made of a few of the older versions available.

This provided some great hints about where to go look. Thanks for all that testing, very much appreciated. Unfortunately I am like Scirra, I am a small group (1 person :) ) and need my users to help me test :)

Ok, I took a look at this. These examples work on my set up and after tracing some stuff down, it looks like you are running the editor using webgl1 and not webgl2 or webGPU. The image textures trigger the issue, because they are non-power of 2. and tiled/repeat. WebGL1 does not support non power of 2 textures with all modes (e.g. tiled / repeat mode).

My suggestion is to work using webGL2 in editor and runtime. If that is not possible, you need to make all your textures power of two, where ever these issues show up.