Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Hello

I have created a box by giving a sprite projection behavior to a sprite, then I want to rotate that box but I don't have its ID, I tried its name, the file name of its image, and the ones given by the "Output all IDs to console" event. None of them worked. Am I missing something?

It would be useful to be able to choose an ID when assigning a 3D behavior.

And thank you for the cool extension, it's awesome.

(1 edit)

Hi Lounes99,

Have you tried the behavior string expression "3D Object ID"?

Also, some 3D actions have no effect on objects using behaviors. Because the 2D object values take precedence.
e.g. position, rotation etc.

It doesn't work

(+1)

As explained earlier, that will not work. If you want to rotate freely, create and control 3D objects using only 3D actions, not behaviors.

(+1)

Okay then, sorry.

Thanks for the answers.