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
Each time I have an invalid component type, I feel like there's a missed opportunity to teach me what the valid component types are.
boid_neighbour_count = { type = "Usize" } boid_neighbour_array = { type = "Array" }
Error: Failed to resolve dependencies for pre-build Caused by: Failed to resolve type `Usize` for component `boid_neighbour_count
This error message could be followed with a message like the following:
Valid types are `U8, U32, I8, I32, F32, Bool, EntityId, . . .`
The text was updated successfully, but these errors were encountered:
You're self-assigning this?
Sorry, something went wrong.
Awesome! Let me know if you need a hand or any pointers.
droqen
Successfully merging a pull request may close this issue.
Each time I have an invalid component type, I feel like there's a missed opportunity to teach me what the valid component types are.
This error message could be followed with a message like the following:
The text was updated successfully, but these errors were encountered: