-
Notifications
You must be signed in to change notification settings - Fork 51
1.0.0 Proposal: generate enums during schema-codegen #69
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
Comments
Hi @alexvargasbenamburg, would you mind elaborating more on what you mean? It is planned to generate Cheers |
I mean generations of enum, but you already said it's planned. So thanks and sorry: D |
No worries, let's keep this issue open to track the progress of this :) |
A quick note: to be able to support both struct MessageTypes
{
public const string TYPE_1 = "my_type_1";
public const string TYPE_2 = "my_type_2";
} |
Hello, any news on implementing enum schema generation, especially for Unity? |
I think that something useful would be to be able to map enum or initial values of the variables.
In case you have message exchanges, you don't have to duplicate a class / enum in the final language.
The text was updated successfully, but these errors were encountered: