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

Godot 4 - Assert() and get_object_under_mouse() bugs #6

Open
metanoder opened this issue Mar 10, 2023 · 3 comments
Open

Godot 4 - Assert() and get_object_under_mouse() bugs #6

metanoder opened this issue Mar 10, 2023 · 3 comments

Comments

@metanoder
Copy link

Just after cloning project, getting two errors when I open the project in Godot 4.

errors

1st_error

2nd_error

@LateNightIceCream
Copy link

Hey, I just came across the same issue. The problem is in this line:

$Cole.camera = $Camera3D

It should just be $Camera instead of $Camera3D. I opened a pull request #7 !!

@metanoder
Copy link
Author

Hey, I just came across the same issue. The problem is in this line:

$Cole.camera = $Camera3D

It should just be $Camera instead of $Camera3D. I opened a pull request #7 !!

Oh! Nice. Thank you very much!

@metanoder
Copy link
Author

metanoder commented Jun 18, 2023

Now your pull request just needs to be merge so I can close this. ;)

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