Unity Intagration Setup Wizard - Replace audio listeners, changes are not saved

When replacing the audio listeners, the setup wizard does not set the scene dirty, meaning that the changes are not saved if changing scene afterwards.

I would suggest adding the following line on line 636 of SetupWizard.cs:
EditorSceneManager.MarkSceneDirty(EditorSceneManager.GetActiveScene());

Hope this helps!

(I am using version 2.02 of the plugin)

Thank you for brining this to our attention, I have created a task to fix this for an upcoming release.

1 Like