godotengine / godotengine/godot-vscode-plugin
Scene Preview cannot load packed scene and miss all the scene below it
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
### Godot version
4.4.1
### VS Code version
1.98.1
### Godot Tools VS Code extension version
2.5.1
### System information
Windows11
### Issue description
I had test this issue both on my mac and window PC, and the issue was same.
I have several nodes below my "HitBoxComponent" node, and this node is a packed scene node, however, when I tried this on my VS code, the following node disappeared. I can adjust the order of my node to make them show but the nodes that follow after "HitBoxComponent" node disappeared.
### Steps to reproduce
- make a node as packed scene on godot
- added to a root scene
- the node below the packed scene node disappeared.
Contributor guide
Assessment
This issue has not been assessed yet.