ReactUnity / core

React and HTML framework for Unity UI & UIToolkit
https://reactunity.github.io/
MIT License
723 stars 38 forks source link

Changed Typescript Generator to generate for provided list of types #74

Closed Muchaszewski closed 1 year ago

Muchaszewski commented 1 year ago

This change would allow for partial types generations from code when needed, instead of forcing to generate all of the at once always.

KurtGokhan commented 1 year ago

Sounds good. Thank you.