-
Notifications
You must be signed in to change notification settings - Fork 84
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
Predefined custom class does not export properly #225
Comments
Hi there, @wakinpang. These custom classes were not a feature when I first put ST2U together and I didn't know about them until you posted this issue. I'll study this some more and work on implementing it into my tool. Thanks for letting me know. |
Hello @Seanba , Thanks for replying, we are trying to resolve this by adding all class's data and structure into |
@wakinpang can you send me your exported |
@Seanba Of course, it's simple, the |
we defined a custom class like this
and use it as property, we found that there is no hierarchy relationship between class and members, they exported to same layer like this
member and class are in the same level, and sometimes members are missing(there is no
flag
member in above pic)is this a bug or just by design?
The text was updated successfully, but these errors were encountered: