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

inspector support #6

Open
TsFreddie opened this issue Nov 17, 2023 · 0 comments
Open

inspector support #6

TsFreddie opened this issue Nov 17, 2023 · 0 comments
Labels
planning Planned issues or enhancements
Milestone

Comments

@TsFreddie
Copy link
Owner

there are two ways to tackle this:

  1. make a schema server that serves schemas when a inspector requested one. Managing long living server process in unity might be a challenge.
  2. Generate schema on build. This requires a really fast schema generator, which probably shouldnt be tsc or anything dependent on tsc.

And then finally a inspector editor that reads a schema and let user author a JSON object to automatically pass it to a ScriptBehaviour

@TsFreddie TsFreddie added the planning Planned issues or enhancements label Nov 17, 2023
@TsFreddie TsFreddie added this to the 0.0.1 Release milestone Nov 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planning Planned issues or enhancements
Projects
None yet
Development

No branches or pull requests

1 participant