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.dev (3abb5a9)
Windows 11, Vulkan API 1.2.170, NVIDIA GeForce GTX 1050 Ti
Hi, I follow this sample (#46721) in Godot 4 and it returns an error message:
Invalid set index 'custom_punctuation' (on base: 'TextParagraph') with value of type 'String'.
I also check the document and it also says custom_punctuation is a string property.
Create a TextParagraph object and assign a string to its custom_punctuation property. Running the game and will return the error message.
No response
The text was updated successfully, but these errors were encountered:
Is this problem be fixed in Godot 4.0.dev (ed02b8a)? I rebuild Godot at this commit and seems working fine now.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Godot version
4.0.dev (3abb5a9)
System information
Windows 11, Vulkan API 1.2.170, NVIDIA GeForce GTX 1050 Ti
Issue description
Hi, I follow this sample (#46721) in Godot 4 and it returns an error message:
I also check the document and it also says custom_punctuation is a string property.
Steps to reproduce
Create a TextParagraph object and assign a string to its custom_punctuation property.
Running the game and will return the error message.
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: