Scene preload not working properly

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Pedro Karut Gimenez
:warning: Old Version Published before Godot 3 was released.

Hi Guys! I have a game with a interface and when I click a button, another scene is loaded with the “preload().instace()” . But when the scene instanciated, its collisions don’t work properly.

Could you give us an example project, please?

timoschwarzer | 2016-07-13 05:29

:bust_in_silhouette: Reply From: Pedro Karut Gimenez

I have the scene “interface” that it works as the main screen, and when the user clicks on “play” he enters the game. The scene that is loaded has a lot of scenes in which there are some collisions in it. But when the maisn scene of the game which is called “cenario” is called, its collision stop working. Here is the code in github: GitHub - pedrokarut/AmbientalGame: Reposítório do meu TCC.