Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] Exported variables not shown in inspector for autoloaded Scenes #69360

Open
Maran23 opened this issue Nov 29, 2022 · 0 comments
Open

[3.x] Exported variables not shown in inspector for autoloaded Scenes #69360

Maran23 opened this issue Nov 29, 2022 · 0 comments

Comments

@Maran23
Copy link
Contributor

Maran23 commented Nov 29, 2022

Godot version

3.x (3.5.1)

System information

Windows 10

Issue description

When starting Godot, exported variables are missing in autoloaded scenes.
They suddenly appear again when editing and saving the attached script, but only until a restart/reload.

I debugged already and found out, that this happens when another scene is preloaded in the autloaded scene.

Steps to reproduce

  1. Open the project
  2. Open the GlobalScene.tcsn
  3. The exported variable is not visible
  4. Go into the attached script -> change something -> save
  5. The exported variable is visible
  6. After a restart/reload, the exported variable disappeared again

Minimal reproduction project

Test.zip

@Calinou Calinou added this to the 3.x milestone Dec 1, 2022
@Maran23 Maran23 changed the title Exported variables not shown in inspector for autoloaded Scenes [3.x] Exported variables not shown in inspector for autoloaded Scenes Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants