Hi! Lines 18 / 19 of sparkar-audio-object.js ``` _volume: Reactive.val(Scene.root.find(speakerObjectName).volume.pinLastValue()), _speaker: Scene.root.find(speakerObjectName), ``` use the depreciated "sceneModule.find" method and should be updated to meet the [asynchronous api changes of sparkar](https://sparkar.facebook.com/ar-studio/learn/scripting/asynchronous-apis#example)
Hi!
Lines 18 / 19 of sparkar-audio-object.js
use the depreciated "sceneModule.find" method and should be updated to meet the asynchronous api changes of sparkar