fmod / fmod-for-unity

FMOD Studio integration with Unity.
https://fmod.com/resources/documentation-unity
MIT License
181 stars 38 forks source link

Presence warning in Mobile Build #45

Closed YunusYld closed 1 year ago

YunusYld commented 1 year ago

https://github.com/fmod/fmod-for-unity/blob/623658cc07f674e16771b3b37199436f32e12337/Assets/Plugins/FMOD/src/EventHandler.cs#L85C9-L85C9

image

Connor-FMOD commented 1 year ago

Hi,

What version of the FMOD integration are you using? Is this happening when building for Both IOS and Android or just one?

Thanks.

Connor-FMOD commented 1 year ago

Hi,

So the issue is only if an OnMouse_event is present in an mobile build. As these should not be included in mobile builds anyway it has been decided not to be changed at this time.

Thank you for bringing this to our attention.