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

Migration Guide for 0.15 mentions UiTextWriter but it is not found when used. #1782

Closed
aidenpc23 opened this issue Nov 7, 2024 · 3 comments · Fixed by #1814
Closed

Migration Guide for 0.15 mentions UiTextWriter but it is not found when used. #1782

aidenpc23 opened this issue Nov 7, 2024 · 3 comments · Fixed by #1814
Labels
A-Migration Guides C-Correction A typo, problem or factual issue in what we've written
Milestone

Comments

@aidenpc23
Copy link

The Migration Guide mentions UiTextWriter but if you try to use it anywhere it gives this error:
cannot find type UiTextWriter in this scope

There is nothing to import.

@aidenpc23
Copy link
Author

I looked into it and found that it is actually supposed to be TextUiWriter. Migration guide says "UiTextWriter".

@Olle-Lukowski
Copy link

I personally feel like UiTextWriter is a better name... not sure if it's too late to change this, but I will open an issue in the main bevy repo to discuss this.

@rparrett
Copy link
Contributor

That section was meant to be replaced by the one from this PR: bevyengine/bevy#15887

@alice-i-cecile alice-i-cecile added this to the Release v0.15 milestone Nov 17, 2024
@alice-i-cecile alice-i-cecile added A-Migration Guides C-Correction A typo, problem or factual issue in what we've written labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Migration Guides C-Correction A typo, problem or factual issue in what we've written
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants