Cannot read property 'emit' of undefined #5904
monteiz
started this conversation in
Feature Requests
Replies: 1 comment
-
That's probably |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Version
Description
Not a bug, but when I have an emitter that it emits but the particle texture has not been loaded, I get the following stacktrace:
That is, I do not have any information on which image is missing. The lack of this information makes it hard to fix the error.
It would be very useful to have the key of the missing image in the stacktrace.
Edit
Not sure it is a particles emitter. It may be an event dispatcher. The point is exactly that the lack of feedback makes it hard to debug.
Example Test Code
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions