Add context to animation errors
Bluexin opened this issue ยท 2 comments
This would make debugging them a lot easier ;-;
Some of the info that could be useful in the exception messages :
- toString of the instance owning the field being animated
- description of the field being animated
- toString of the current field value
Something like this would still be helpful in LibLib 5, though implementing it would be limited due to the changes in how the animation system works now.