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

fix crashing problem when the name is null #22

Merged
merged 1 commit into from
Dec 14, 2018

Conversation

comoc
Copy link
Contributor

@comoc comoc commented Nov 8, 2018

Hi,
I fixed an application crashing problem in the case of a receiver's name is null.
Thanks,

@comoc
Copy link
Contributor Author

comoc commented Nov 11, 2018

拙く詳細度の低い英語のメッセージで失礼しました。
ちょっと日本語で補足させて下さい。
ReleaseのunitypackageをUnity 2017.4.14f1以降のいくつかのバージョンにインポートして試してみたのですが、ヒエラルキー上の任意のGameObjectにSpoutReceiverコンポーネントを追加した直後にUnity Editorが落ちる現象が発生していました。
デバッガで調べてみると、名前の文字列がnullになっていると落ちるので、nullの場合は""に置き換えるようにしたところ落ちずに動くようになりました。
これはその処理を加えたプルリクになります。
どうぞよろしくお願いいたします。

@keijiro
Copy link
Owner

keijiro commented Dec 14, 2018

PR ありがとうございました。遅くなりましたがマージさせていただきます。

@keijiro keijiro merged commit 4be6961 into keijiro:master Dec 14, 2018
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

Successfully merging this pull request may close these issues.

2 participants