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

Add a debug UI to the runtime #60

Open
freezy opened this issue May 30, 2020 · 0 comments
Open

Add a debug UI to the runtime #60

freezy opened this issue May 30, 2020 · 0 comments
Labels
enhancement New feature or request player Related to the player unity Concerns the Unity project

Comments

@freezy
Copy link
Owner

freezy commented May 30, 2020

We would like to have some sort of UI during gameplay that:

  1. Displays interesting stats
  2. Allows interaction with the game

It should be possible to exclude this from production builds to avoid unnecessary overhead, so it's probably best to have this shipped as a separated Unity package. @ravarcade is already working on a ImgGUI implementation.

For point 1), the debug UI package needs to plug itself into somewhere in order to receive the necessary data for the stats. For point 2), it has the entire VPE API at its disposal and doesn't need any plugging.

@freezy freezy added enhancement New feature or request unity Concerns the Unity project player Related to the player labels May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request player Related to the player unity Concerns the Unity project
Projects
None yet
Development

No branches or pull requests

1 participant