vexe / VFW

MIT License
492 stars 67 forks source link

StackOverflowExcepetion #15

Closed sglorz closed 9 years ago

sglorz commented 9 years ago

Hello I got this exception since 1 month. It comes quite often and randomly.

StackOverflowException Vexe.Editor.Others.SelectionMemorizer.Update () (at Assets/Plugins/Editor/Vexe/Types/SelectionMemorizer.cs:62)

I don't know if it's comming from you or from Unity. Have you already experienced this?

Olivier

vexe commented 9 years ago

That's very weird. That line accesses 'Selection.objects', Unity selection API. I've never had stack overflow issues with selection memorizer. Is that the whole stacktrace of the error?

sglorz commented 9 years ago

Yes, that's the whole. But I think the issue is comming from Unity. I need to investigate, but it's difficult because I can't reproduce the issue at will...