Skip to content

Debugger popups instead of console logs #31

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

Merged
merged 1 commit into from
Feb 15, 2023

Conversation

0xFirekeeper
Copy link
Member

Replaced all example script console logs with Debugger.Instance.Log(string title, string description)

Debugger.Instance.Log(string title, string description)

public void Log(string title, string description)
{
debuggerPanel.SetActive(true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haven't tested this yet, but is this debugger popup dismissable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it is

@joaquim-verges joaquim-verges merged commit 5194f68 into main Feb 15, 2023
@0xFirekeeper 0xFirekeeper deleted the firekeeper/debugger-util branch February 16, 2023 18:02
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.

2 participants