inkle/ink

Crash in VariableStateDidChangeEvent

Open

#113 opened on Jun 23, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C# (3,743 stars) (466 forks)batch import
help wanted

Description

If the user calls _inkStory.RemoveVariableObserver(...) followed by _InkStory.ResetState(...) the app crashes inside VariableStateDidChangeEvent.

I am using Unity 5.3.4.f1 Personal.

The methods were called in a C# script.

Contributor guide