I am currently working on a project in Unity using Wwise. The unity version is 5.3.4p2, Wwise version is 2015.1.5.
When I opened my Unity project earlier today I began getting these NullReferenceException errors in the console. Now I can't use the Wwise Picker window, it is just blank and whenever I click where the Wwise Picker window should be it populates 4 more of the same NullReferenceException errors.
The error is:
NullReferenceException: Object reference not set to an instance of an object
AkWwisePicker.OnGUI () (at Assets/Wwise/Editor/WwiseWindows/AkWwisePicker.cs:56)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)