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

Scene file 'Main.tcsn' appears to be invalid/corrupt, Error while loading file 'Main.tcsn', Broken dependencies #3

Closed
Snaiel opened this issue Nov 2, 2023 · 2 comments

Comments

@Snaiel
Copy link
Owner

Snaiel commented Nov 2, 2023

image

This occurs because you do not have Blender imports configured with Godot. See the documentation on Blender imports in Godot here: https://docs.godotengine.org/en/stable/tutorials/assets_pipeline/importing_scenes.html#importing-blend-files-directly-within-godot

In order to load the project, you must install Blender https://www.blender.org/ as this is what's used for the 3d models. The models are meant to be automatically loaded in using Blender within Godot but this needs to be configured.

After installing Blender, locate the install directory. For example, here is the location for my Blender on Linux:
image

Blender locations for Linux, Windows, Mac are documented here: https://docs.blender.org/manual/en/latest/advanced/blender_directory_layout.html

Once you have identified your blender install path, go to the Editor option in the top left menu in Godot. Then select Editor Settings
image

Then go to FileSystem > Import and paste your Blender path into Blender 3 Path.
image

Afterwards, just reload the project and it should work now.
image

@Snaiel
Copy link
Owner Author

Snaiel commented Jun 27, 2024

This is the error that shows when opening the project in Godot 4.2 without enabling blender imports.

image

@Snaiel Snaiel changed the title Error while loading file 'Main.tcsn' Error while loading file 'Main.tcsn' / Scene file 'Main.tcsn' appears to be inavlid/corrupt / Broken dependencies Jun 27, 2024
@Snaiel Snaiel pinned this issue Jun 27, 2024
@Snaiel Snaiel changed the title Error while loading file 'Main.tcsn' / Scene file 'Main.tcsn' appears to be inavlid/corrupt / Broken dependencies Scene file 'Main.tcsn' appears to be invalid/corrupt, Error while loading file 'Main.tcsn', Broken dependencies Jun 27, 2024
@IRLadderGoat
Copy link

As an extension, there might be problems with the newest version of blender.
Had a similar experience to godotengine/godot#92365.
Diagnosed in godotengine/godot#93998.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants