I started a new Unity project 2022.3.16f1. Downloaded the verified FMOD Studio and FMOD engine 2.02.19.
Saved Studio project next to Assets folder. Configured Unity FMOD to use as source type FMOD Studio project and set the path to the project file.
Added a UI button on screen, added an FMOD Emitter component. Added an event from the component, named it Test. Test Event shows in FMOD Studio, but in unity it says Event not found even if I build the FMOD project.
What have I done wrong?