Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

NullReferenceException AkWwisePicker.OnGUI() appeared from nowhere

+1 vote
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)
asked Apr 29, 2016 in General Discussion by Peter J. (110 points)

Please sign-in or register to answer this question.

...