We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.0.1.stable
window10,forward+
@export var subviewports: Array[SubViewport] = []
Array[SubViewport] 'element value cannot be assigned in inspector
The text was updated successfully, but these errors were encountered:
sigh
Duplicate of pinned issue #62916
Sorry, something went wrong.
Indeed, thanks.
No branches or pull requests
Godot version
4.0.1.stable
System information
window10,forward+
Issue description
@export var subviewports: Array[SubViewport] = []
Array[SubViewport] 'element value cannot be assigned in inspector
Steps to reproduce
with line
@export var subviewports: Array[SubViewport] = []
Minimal reproduction project
The text was updated successfully, but these errors were encountered: