inkle/ink

Crash in VariableStateDidChangeEvent

Open

#113 opened on Jun 23, 2016

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

Repository metrics

Stars
 (3,743 stars)
PR merge metrics
 (No merged PRs in 30d)

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