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

[Resource Loader] Do not check property type for non registered properties. #96780

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Sep 10, 2024

Fixes #96769

Properties can be added dynamically and not necessarily exist in the new empty instance of the Resource. So skip type check for these (there's no way to know the type in advance, and if needed check can be implemented in _set method of the specific Resource).

Also adds missing definition for xr/openxr/enabled.editor.

@bruvzg bruvzg added this to the 4.4 milestone Sep 10, 2024
@bruvzg bruvzg requested a review from a team as a code owner September 10, 2024 08:18
@bruvzg bruvzg requested a review from a team as a code owner September 10, 2024 08:27
@akien-mga akien-mga merged commit 97ef3c8 into godotengine:master Sep 10, 2024
20 checks passed
@akien-mga
Copy link
Member

Thanks!

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

Successfully merging this pull request may close these issues.

Setting warnings on startup
2 participants