YoYoGames / GMEXT-FMOD

Repository for GameMaker's FMOD Extension
Apache License 2.0
52 stars 2 forks source link

how to record on ios #11

Closed searoopy closed 3 months ago

searoopy commented 3 months ago

Description

how to record on ios

Records work fine on Windows, but

but not on IOS

image

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. fmod 0.0.5 build on ios
  3. test
  4. See the issue

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

Monthly

Which platform(s) are you seeing the problem on?

iOS

Compiler Log File

Sample .yyz File

DiasFranciscoA commented 3 months ago

Hello @searoopy.

Thank you for bringing this to our attention. After a thorough analysis, we have identified that the method used for code injection is incorrect.

image

Please consult the Extension Code Injection section in our manual for the proper technique to inject code into the Plist of a project when necessary.

To make this process easier, we have updated the extension to version v0.0.6. This new version allows you to configure microphone usage and to provide a user message if needed.

image