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

Added note regarding .obj file in some rust target builds causing God… #12

Merged
merged 5 commits into from
Nov 17, 2023

Conversation

JamFactoryInc
Copy link
Contributor

@JamFactoryInc JamFactoryInc commented Nov 12, 2023

After struggling for a while with my own project, I found out that Godot was attempting to import an object binary file in my target dir with the extension '.obj' as a wavefront OBJ file, and was failing to build due to a supposed corrupted file. Adding a .gdignore fixed this issue, and I wanted to warn others in case they run into it.

…ot import error

After struggling for a while with my own project, I found out that Godot was attempting to import an object binary file inmy target dir with the extension '.obj' as a wavefront OBJ file, and was failing to build due to a supposed corrupted file. Adding a .gdignore fixed this issue, and I wanted to warn others in case they run into it.
@Bromeon Bromeon added the new-topic New content added to the book label Nov 13, 2023
Copy link
Member

@Bromeon Bromeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, great idea!
There are some conflicts after merging #9, could you resolve them?

src/intro/hello-world.md Outdated Show resolved Hide resolved
src/intro/hello-world.md Outdated Show resolved Hide resolved
Note clarification based on PR feedback & added reference to new setup guide
@Bromeon
Copy link
Member

Bromeon commented Nov 17, 2023

Thanks!

@Bromeon Bromeon merged commit 34a991f into godot-rust:master Nov 17, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-topic New content added to the book
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants