I keep getting this console error
Cannot find a solution when I try to replace destroy with destroyImmediate there is another error regarding destrying multiple objects
Any Ideas anyone? Thanks
Destroy may not be called fro m edit mode!Use DestroyImmediate instead.
Also think twice if you really want to destroy something in edit mode. Since this will destroy objects permanently.
UnityEngine.Object:Destroy(Object)
AkUnityEventHandler:UnregisterTriggers(List`1, Trigger) (at Assets/Wwise/Deployment/Components/AkUnityEventHandler.cs:114)
AkUnityEventHandler:DoDestroy() (at Assets/Wwise/Deployment/Components/AkUnityEventHandler.cs:60)
AkUnityEventHandler:OnDestroy()(at Assets/Wwise/Deployment/Components/AkUnityEventHandler.cs:55)
AkBank:OnDestroy()(at Assets/Wwise/Deployment/Components/AkBank.cs:73)