-
Notifications
You must be signed in to change notification settings - Fork 97
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.3 DEV5 error when project open #193
Comments
As far as I know, there is no support for 4.3 yet, or am I mistaken? |
Should work just fine on Godot 4.3. Did you get this error when opening the showcase scene? I can't reproduce the issue on my end |
I also could not reproduce it. It is working normal on 4.3-dev5 mono for me. Besides the usual 3 warning errors like But those also happen on 4.2.2. |
These were upstream bugs:
Fixed in (upcoming) 4.3 beta 2. |
ERROR: Cannot connect to 'changed': the provided callable is not valid: ShaderMaterial::_shader_changed
WARNING: Adding 'CollisionShape3D' as child to '' will make owner 'large_rock' inconsistent. Consider unsetting the owner beforehand
WARNING: Adding 'CollisionShape3D' as child to '' will make owner 'pine_tree' inconsistent. Consider unsetting the owner beforehand.
at: add_child (scene/main/node.cpp:1499)
WARNING: Adding 'CollisionShape3D2' as child to '' will make owner 'pine_tree' inconsistent. Consider unsetting the owner beforehand.
The text was updated successfully, but these errors were encountered: