Hello,
I'm updating wwise unity integration from 2016.2.2 to 2017.1.3. After the update, I get this compile error
Assets/Wwise/Deployment/API/Handwritten/WwiseTypes.cs(6,14): error CS0101: The namespace `global::' already contains a definition for `AK'
The conflict come from Wwise_IDs.cs which has
public class AK
{
public class EVENTS
{...}
}
I regenerated the header file Wwise_IDs.h with Wwise 2017.1.3, then regenerated Wwise_IDs.cs with Unity->Assets->Wwise->Convert Wwise SoundBank IDs but the conflict remains.
What could be the problem?
Thanks