Hi,
Since last version (2015.1.4) the AkGameObj.cs script is looking for a Collider component in order to cache the gameobjectbounds (line 58).
A MissingComponentException is throwed in case it does not have one and the gameobject registering is aborted.
Does the AkGameObj script absolutely requires a Collider component to work ?
Thank you.