-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Add C# Tips to 3d tutorial game step 6 #8109
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
Add C# Tips to 3d tutorial game step 6 #8109
Conversation
raulsntos
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contributing to the .NET documentation!
|
I don't think you need to do these spelling fixes, they don't fire CI currently, I think your error happened before it was fixed, please restore and test as it is outside of the scope of this PR Other PRs are passing fine so this is fixed already and shouldn't be fixed like this |
254c3ab to
7cd2a2d
Compare
|
You actually need to rebase your branch, this has already been fixed |
Yes! I just did this :) I am still learning how to deal with this CI. Thanks for the help |
|
Please squash your commits into one, see here |
f59a42c to
16a9377
Compare
Done! |
d8823ec to
88a6d2f
Compare
|
Can this be merged? Or is there something else I should do? |
|
Indeed it can be :) Thanks and congrats on your first merged contribution to Godot's documentation! 🎉 |
Context
On the page about jumping and squashing there are some not obvious behaviors when using C#. This PR adds some info about them and a link to more docs.