Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I get this error when trying to load a glb with skeleton animations. 

actions.js:122  [rendera] Failed to load model Objectid: "Player.glb"[[Prototype]]: Object Player.glb Objectcode: "INVALID_DATA"message: "Unsupported attribute semantic: TEXCOORD_1"modelId: undefinedname: "ModelError"[[Prototype]]: Object

I have already tested different models and they all get this error. Files without animation are working fine.

I use animated models too and they work. Can you send a link to one of your files that does not work?

I’m having some crashes when trying to use the plugin. It usually happens when I add a new RenderaController in your “RenderaLight.cp3”. Sometimes it also crashes when I try to close the project through the Construct menu.

I’ve uploaded a file with the model that for some reason doesn’t load, and also a screenshot of the crashes I’m getting.

Drive Folder

(1 edit)

Thanks for the example, try the new one.

I am now ignoring TEXCOORD_1, TEXCOORD_2 (they are typically game specific)

Also for now don't use worker animation, some work to be done there.