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

Render null class on StateEditor #116

Closed
mattak opened this issue Oct 13, 2017 · 2 comments
Closed

Render null class on StateEditor #116

mattak opened this issue Oct 13, 2017 · 2 comments

Comments

@mattak
Copy link
Owner

mattak commented Oct 13, 2017

When state's some property is null, then StateEditor outputs error message.
So avoid error and show some help message when state is null.

@mattak
Copy link
Owner Author

mattak commented Oct 13, 2017

Memo

https://github.com/mattak/Unidux/blob/master/Assets/Plugins/Unidux/Scripts/Experimental/Editor/UniduxPanelStateTab.cs#L322

                else if (element == null)
                {
                    EditorGUILayout.HelpBox(new StringBuilder(name).Append(" is null").ToString(),
                        MessageType.Info);
                }

@mattak
Copy link
Owner Author

mattak commented Oct 29, 2017

resolved by #120

@mattak mattak closed this as completed Oct 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant