Problem with scene and player

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Simon

Hi, I have a problem with the player. I accidentally saved it as a scene while it was in a node of the main scene and now some things don’t work anymore. Is there a way to eliminate the player scene but to make sure that the node (always of the player) has no problems?
Thanks in advance.

:bust_in_silhouette: Reply From: ChristianSF

Have you tried re-inserting the player as the node type it was prior to your “mistake”?
You should be able to do that and even re-apply any script tied to it. After, you should be able to delete the player.tscn.

Making all work by re-referencing the player (as a scene) is another way to go, but depending on the complexity of your project, that might take a moment…

I tried to recreate the node in a copy of the project but still not working.

Simon | 2020-07-27 20:05