Search Unity

  1. If you have experience with import & exporting custom (.unitypackage) packages, please help complete a survey (open until May 15, 2024).
    Dismiss Notice
  2. Unity 6 Preview is now available. To find out what's new, have a look at our Unity 6 Preview blog post.
    Dismiss Notice

Question Web Inspector not logging to console after iOS 16.4

Discussion in 'Web' started by tonemcbride, Apr 10, 2024.

  1. tonemcbride

    tonemcbride

    Joined:
    Sep 7, 2010
    Posts:
    1,091
    Hi,

    Since iOS 16.4 our WebGL app no longer logs to the web inspector console in the browser. It seems that since 16.4, Apple (in their infinite wisdom) have made this default to false and you need to explicitly say that you want to allow this. This post has more info on that: https://github.com/ionic-team/capacitor/issues/6441

    Does anybody know how we can enable this in Unity? I'm on 2022.3.16f1 so perhaps it's been fixed in later versions? Any info would be much appreciated!

    Thanks