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

Added string representation for model resources. #78

Merged

Conversation

VojtaStruhar
Copy link
Contributor

@VojtaStruhar VojtaStruhar commented Aug 22, 2023

Custom resources are printable for easier debugging.

Addressed issues

Closes #77

String formats are very much up to discussion - to capture the most important info in each entity.

Screenshots

# Changes this:
Pandora error: value <Resource#-9223368908105259524> is incompatible with type reference
# into this:
Pandora error: value <PandoraReference<PandoraEntity 'Epic'>> is incompatible with type reference

Custom resources are printable for easier debugging.
@bitbrain
Copy link
Owner

Thank you for this!

@bitbrain bitbrain merged commit 6b4449a into bitbrain:godot-4.x Aug 23, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Printable entities
2 participants