Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Inspector GUI catching too many exceptions. #8

Open
tlaedre opened this issue Nov 8, 2017 · 1 comment
Open

Inspector GUI catching too many exceptions. #8

tlaedre opened this issue Nov 8, 2017 · 1 comment

Comments

@tlaedre
Copy link

tlaedre commented Nov 8, 2017

https://github.com/sideeffects/HoudiniEngineForUnity/blob/4faa44af93ae22a861ceb8e6100fe0f0843d9f10/Assets/Houdini/Editor/HoudiniParmsGUI.cs#L169

This catchall System.Exception clause catches (and incorrectly spams to console as an error) an exception that is used in a benign way by Unity. Suggest adding something like the following above this line to avoid the issue: catch (ExitGUIException) { throw; }

@SeelanV
Copy link

SeelanV commented Dec 18, 2017

Fixed. Should be available in daily build Houdini 16.5.328+

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants