Reuse one scene many times in another scene

Godot Version

4.3`

Question

I created a scene that it’s a floor tile. It has it’s own collision shape and its own script that, when a body enters, the color changes.

I want to create like a “floor” scene, in which I have multiple tile scenes. So if a player moves, each floor tile is “activated” with its own script.

The thing is that when I try to do that, I am getting an error. The error is related on how I am creating the animation of the floor, so I won’t give so much details because my real question is:

is it possible to have many same scenes in another scene that they share the same script?

Thanks

Yes, it is possible.

1 Like

Then, as I was suspecting, I am doing something terribly wrong. Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.