Hello there. As I want to move my Project to the atmoky spatializer plugin i need to upgrade to the FMOD 2.02.29 Implementation. I am running Unity 2020.3.48. Unfortunately I am stuck at the “Update Event References” section. After scanning for [EventRef] with the updater it finds 77 [!] tasks and after hitting Execute it stops updating after TWO scripts!
I get the following error message:
NullReferenceException: Object reference not set to an instance of an object
FMODUnity.EventReferenceUpdater.ExecuteGameObjectTask (FMODUnity.EventReferenceUpdater+Task task, FMODUnity.EventReferenceUpdater+SavePolicy savePolicy) (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:1663)
FMODUnity.EventReferenceUpdater.ExecuteTask (FMODUnity.EventReferenceUpdater+Task task, FMODUnity.EventReferenceUpdater+SavePolicy savePolicy) (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:1623)
FMODUnity.EventReferenceUpdater+d__46.MoveNext () (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:755)
FMODUnity.EventReferenceUpdater.UpdateProcessing () (at Assets/Plugins/FMOD/src/Editor/EventReferenceUpdater.cs:1797)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at <25578071f6e44201aac745680e5c8dfc>:0)
Am I supposed to change all [EventRef] manually!?