コミュニティQ&A

Audiokineticのコミュニティ主導のQ&Aフォーラムへようこそ。ここはWwiseとStrataのユーザのみなさまがお互いに協力し合う場です。弊社チームによる直接のサポートをご希望の場合はサポートチケットページをご利用ください。バグを報告するには、Audiokinetic LauncherのBug Reportオプションをご利用ください。(Q&AフォーラムではBug Reportを受け付けておりませんのでご注意ください。専用のBug Reportシステムをご利用いただくことで、バグの報告が適切な担当部門に届き、修正される可能性が高まります。)

最適な回答を迅速に得られるよう、ご質問を投稿される際は以下のヒントをご参考ください。

  • 具体的に示す:何を達成したいのか、またはどんな問題に直面しているのかを具体的に示してください。
  • 重要な詳細情報を含める:Wwiseとゲームエンジンのバージョンやご利用のOSなど詳細情報を記載してください。
  • 試したことを説明する:すでに試してみたトラブルシューティングの手順を教えてください。
  • 事実に焦点を当てる:問題の技術的な事実を記載してください。問題に焦点を当てることで、ほかのユーザのみなさまが解決策を迅速に見つけやすくなります。

+1 支持
Hi There,

I am currently being blocked by an inability to select soundbanks, events, or any other Base Type from the Unity Inspector in Unity 2018.1.0f2. When I press the inspector GUI button, I get this error:

NullReferenceException: Object reference not set to an instance of an object
AkUtilities.GetLastRectAbsolute (System.Boolean applyScroll) (at Assets/Wwise/Deployment/API/Handwritten/AkUtilities.cs:653)
AkBaseInspector.OnInspectorGUI () (at Assets/Wwise/Editor/WwiseComponents/AkBaseInspector.cs:128)
UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor[] editors, System.Int32 editorIndex, System.Boolean rebuildOptimizedGUIBlock, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect) (at C:/buildslave/unity/build/Editor/Mono/Inspector/InspectorWindow.cs:1295)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)

 

And no dropdown picker appears. Anyone run into this?

Thanks,

 

Blake
Blake J. (880 ポイント) General Discussion

回答 1

+1 支持
 
ベストアンサー
I added as the first line in GetLastRectAbsolute
return new UnityEngine.Rect(328, 218, 439, 18);

Those value are arbitrary but it will fix the issue while waiting for wwise to release a 2018 version.
Mathieu D. (460 ポイント)
Blake J. 選択
Awesome, that worked for me. Thanks a bunch!
...